Browse Source

Update the Debian/Ubuntu installation section

pull/29/head
Max Lv 11 years ago
parent
commit
2ec59fc7c2
1 changed files with 25 additions and 0 deletions
  1. 25
      README.md

25
README.md

@ -78,6 +78,31 @@ when running `./configure`.
CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB. CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB.
* RC4 is only support by PolarSSL __1.3.0 or above__. * RC4 is only support by PolarSSL __1.3.0 or above__.
### Debian & Ubuntu
Add either of the following lines to your /etc/apt/source.list
```
# Debian Wheezy, Ubuntu 12.04 or any distribution with libssl > 1.0.1
deb http://shadowsocks.org/debian wheezy main
# Debian Squeeze, Ubuntu 11.04, or any distribution with libssl > 0.9.8, but < 1.0.0
deb http://shadowsocks.org/debian squeeze main
```
Then,
``` bash
sudo apt-get update
sudo apt-get install shadowsocks
# Edit the configuration
sudo vim /etc/shadowsocks/config.json
# Start the service
sudo /etc/init.d/shadowsocks start
```
### Linux ### Linux
For Unix-like systems, especially Debian-based systems, For Unix-like systems, especially Debian-based systems,

Loading…
Cancel
Save