Skip to content

Commit e5eb751

Browse files
authored
Update README.md
1 parent c0957ef commit e5eb751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pyinstaller --onedir .\program.py --name uptime-kuma-agent_win_x64 --distpath .\
8282
To build for Ubuntu please run:
8383

8484
```bash
85-
pyinstaller --onedir .\program.py --name uptime-kuma-agent_win_x64 --distpath .\release\win_x64\dist --workpath .\release\win_x64\build --specpath .\release\win_x64\
85+
pyinstaller --onedir program.py --name uptime-kuma-agent_linux_x64 --distpath release/linux_x64/dist --workpath release/linux_x64/build --specpath release/linux_x64
8686
```
8787

8888
To build for Raspberry Pi please run:

0 commit comments

Comments
 (0)