add install steps for OS X
This commit is contained in:
parent
cc6c283b5b
commit
ddce0dd39f
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,14 @@ Install Shadowsocks.
|
|||
easy_install pip
|
||||
pip install shadowsocks
|
||||
|
||||
#### Windows / OS X:
|
||||
#### OS X:
|
||||
|
||||
git clone https://github.com/clowwindy/M2Crypto.git
|
||||
cd M2Crypto
|
||||
pip install .
|
||||
pip install shadowsocks
|
||||
|
||||
#### Windows:
|
||||
|
||||
Choose a [GUI client][7]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue