Browse Source

remove m2crypto from readme

auth
clowwindy 10 years ago
parent
commit
89a9872308
  1. 12
      README.md

12
README.md

@ -23,7 +23,7 @@ remote server.
#### Debian / Ubuntu: #### Debian / Ubuntu:
apt-get install python-pip python-m2crypto apt-get install python-pip
pip install shadowsocks pip install shadowsocks
Or simply `apt-get install shadowsocks` if you have [Debian sid] in your Or simply `apt-get install shadowsocks` if you have [Debian sid] in your
@ -31,15 +31,16 @@ source list.
#### CentOS: #### CentOS:
yum install m2crypto python-setuptools yum install python-setuptools
easy_install pip easy_install pip
pip install shadowsocks pip install shadowsocks
#### Windows: #### Windows:
Download OpenSSL for Windows and install. Then Download OpenSSL for Windows and install. Then install shadowsocks via
easy_install and pip as Linux. If you don't know how to use them, you can
pip install shadowsocks directly download [the package], and use `python shadowsocks/server.py`
instead of `ssserver` command below.
Configuration Configuration
------------- -------------
@ -128,6 +129,7 @@ Bugs and Issues
[Chinese Readme]: https://github.com/clowwindy/shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E [Chinese Readme]: https://github.com/clowwindy/shadowsocks/wiki/Shadowsocks-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
[Chrome Standalone]: https://support.google.com/installer/answer/126299 [Chrome Standalone]: https://support.google.com/installer/answer/126299
[Debian sid]: https://packages.debian.org/unstable/python/shadowsocks [Debian sid]: https://packages.debian.org/unstable/python/shadowsocks
[the package]: https://pypi.python.org/pypi/shadowsocks
[Encryption]: https://github.com/clowwindy/shadowsocks/wiki/Encryption [Encryption]: https://github.com/clowwindy/shadowsocks/wiki/Encryption
[iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help [iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help
[Issue Tracker]: https://github.com/clowwindy/shadowsocks/issues?state=open [Issue Tracker]: https://github.com/clowwindy/shadowsocks/issues?state=open

Loading…
Cancel
Save