Update README.md

The shadowsocks in pypi is out of date, may install from github@master
This commit is contained in:
Elvis Wang 2016-07-26 10:17:07 +08:00 committed by GitHub
parent 8e8ee5d490
commit 3c1e5029d7

View file

@ -22,12 +22,12 @@ Server
Debian / Ubuntu:
apt-get install python-pip
pip install shadowsocks
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
CentOS:
yum install python-setuptools && easy_install pip
pip install shadowsocks
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
Windows: