Skip to content

Commit fb789d8

Browse files
author
clowwindy
committed
update readme
1 parent 2733e6a commit fb789d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ To run in the foreground:
8181

8282
To run in the background:
8383

84-
sudo ssserver -c /etc/shadowsocks.json -d start
85-
sudo ssserver -c /etc/shadowsocks.json -d stop
84+
ssserver -c /etc/shadowsocks.json -d start
85+
ssserver -c /etc/shadowsocks.json -d stop
8686

8787
On your client machine, use the same configuration as your server. Check the
8888
README of your client for more information.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ To run in the background:
111111

112112
::
113113

114-
sudo ssserver -c /etc/shadowsocks.json -d start
115-
sudo ssserver -c /etc/shadowsocks.json -d stop
114+
ssserver -c /etc/shadowsocks.json -d start
115+
ssserver -c /etc/shadowsocks.json -d stop
116116

117117
On your client machine, use the same configuration as your server. Check
118118
the README of your client for more information.

0 commit comments

Comments
 (0)