From 04c04ce40c92580076c9dff42ccd9e5c7792b52d Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 2 Nov 2012 14:30:04 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index ca6d46a..0a0b2aa --- a/README.md +++ b/README.md @@ -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: