Merge 63ca66031c
into d5026cf5ef
This commit is contained in:
commit
3e8e310e66
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -23,7 +23,22 @@ Debian / Ubuntu:
|
|||
apt-get install python-pip
|
||||
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
||||
|
||||
CentOS:
|
||||
CentOS 5:
|
||||
|
||||
# install python26
|
||||
rpm -ivh https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
|
||||
yum install -y python26
|
||||
|
||||
# install setuptools
|
||||
wget -c peak.telecommunity.com/dist/ez_setup.py -O - | python26
|
||||
|
||||
# update /etc/pki/tls/certs/ca-bundle.crt
|
||||
yum update -y openssl
|
||||
|
||||
easy_install pip
|
||||
pip install shadowsocks
|
||||
|
||||
CentOS 6/7:
|
||||
|
||||
yum install python-setuptools && easy_install pip
|
||||
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue