From c4731de5328fd929e3f0abd58a5c02535f1f0ee5 Mon Sep 17 00:00:00 2001 From: Elvis Wang Date: Thu, 2 Mar 2017 21:28:16 +0800 Subject: [PATCH] Update README.md (#575) The shadowsocks in pypi is out of date, may install from github@master --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c7fa39..346e53e 100644 --- a/README.md +++ b/README.md @@ -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: