update readme

This commit is contained in:
clowwindy 2014-12-21 14:09:07 +08:00
parent 2733e6a4ba
commit fb789d8e9f
2 changed files with 4 additions and 4 deletions

View file

@ -81,8 +81,8 @@ To run in the foreground:
To run in the background:
sudo ssserver -c /etc/shadowsocks.json -d start
sudo ssserver -c /etc/shadowsocks.json -d stop
ssserver -c /etc/shadowsocks.json -d start
ssserver -c /etc/shadowsocks.json -d stop
On your client machine, use the same configuration as your server. Check the
README of your client for more information.

View file

@ -111,8 +111,8 @@ To run in the background:
::
sudo ssserver -c /etc/shadowsocks.json -d start
sudo ssserver -c /etc/shadowsocks.json -d stop
ssserver -c /etc/shadowsocks.json -d start
ssserver -c /etc/shadowsocks.json -d stop
On your client machine, use the same configuration as your server. Check
the README of your client for more information.