diff --git a/Install-Shadowsocks-Server-on-Windows.md b/Install-Shadowsocks-Server-on-Windows.md index f5da49f..1d73806 100644 --- a/Install-Shadowsocks-Server-on-Windows.md +++ b/Install-Shadowsocks-Server-on-Windows.md @@ -5,7 +5,7 @@ Notice: this page is for server side. If you are looking for clients, visit [cli ![Python](https://cloud.githubusercontent.com/assets/493124/5639371/0b91b9fa-9650-11e4-9782-44526d25f2fa.png) 3. Install [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html). If you installed 64bit Python, you should install 64bit OpenSSL. 4. Install shadowsocks like Linux. In Command Prompt, type command line -```` - pip install shadowsocks -```` + ```` + pip install shadowsocks + ```` 5. If you want to use `salsa20` or `chacha20` encryption, download [libsodium](http://download.libsodium.org/libsodium/releases/) and put dll files (without path) into `C:\Windows\System32` or `C:\Windows\SysWOW64` (32bit Python on 64bit Windows). \ No newline at end of file