update README
This commit is contained in:
parent
e5b8823bd6
commit
341ce507b9
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@ shadowsocks
|
||||||
===========
|
===========
|
||||||
|
|
||||||
[](https://travis-ci.org/clowwindy/shadowsocks)
|
[](https://travis-ci.org/clowwindy/shadowsocks)
|
||||||
Current version: 0.9
|
Current version: 0.9.1
|
||||||
|
|
||||||
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
||||||
|
|
||||||
|
@ -43,11 +43,12 @@ You can use args to override settings from `config.json`.
|
||||||
|
|
||||||
You may want to install gevent for better performance.
|
You may want to install gevent for better performance.
|
||||||
|
|
||||||
$ apt-get install python-gevent
|
$ sudo apt-get install python-gevent
|
||||||
|
|
||||||
Or:
|
Or:
|
||||||
|
|
||||||
$ sudo easy_install gevent
|
$ sudo apt-get install libevent-dev python-pip
|
||||||
|
$ sudo pip install gevent
|
||||||
|
|
||||||
troubleshooting
|
troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue