Browse Source

update readme

auth
clowwindy 10 years ago
parent
commit
2733e6a4ba
  1. 2
      README.md
  2. 6
      README.rst

2
README.md

@ -98,8 +98,6 @@ Check the options via `-h`.You can use args to override settings from
ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/shadowsocks.pid ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/shadowsocks.pid
ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/shadowsocks.pid ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/shadowsocks.pid
List all available args with `-h`.
Documentation Documentation
------------- -------------

6
README.rst

@ -127,10 +127,8 @@ Check the options via ``-h``.You can use args to override settings from
sslocal -s server_name -p server_port -l local_port -k password -m bf-cfb sslocal -s server_name -p server_port -l local_port -k password -m bf-cfb
ssserver -p server_port -k password -m bf-cfb --workers 2 ssserver -p server_port -k password -m bf-cfb --workers 2
ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/pid ssserver -c /etc/shadowsocks/config.json -d start --pid-file=/tmp/shadowsocks.pid
ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/pid ssserver -c /etc/shadowsocks/config.json -d stop --pid-file=/tmp/shadowsocks.pid
List all available args with ``-h``.
Documentation Documentation
------------- -------------

Loading…
Cancel
Save