update readme
This commit is contained in:
parent
9b2d8027c5
commit
04c04ce40c
1 changed files with 1 additions and 1 deletions
2
README.md
Executable file → Normal file
2
README.md
Executable file → Normal file
|
@ -11,7 +11,7 @@ Put `server.py` on your server. Edit `server.py`, change the following values:
|
|||
PORT server port
|
||||
KEY a password to identify clients
|
||||
|
||||
Run `python server.py` on your server. To run it in the background, run `setsid python server.py`.
|
||||
Run `python server.py` on your server. To run it in the background, run `nohup python server.py > log &`.
|
||||
|
||||
Put `local.py` on your client machine. Edit `local.py`, change these values:
|
||||
|
||||
|
|
Loading…
Reference in a new issue