Browse Source

Fix #2595

pull/2604/head
Max Lv 4 years ago
committed by GitHub
parent
commit
6b85c980ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions
  1. 12
      README.md

12
README.md

@ -77,7 +77,7 @@ try `configure --help`.
### Debian & Ubuntu ### Debian & Ubuntu
#### Install from repository
#### Install from repository (not recommended)
Shadowsocks-libev is available in the official repository for following distributions: Shadowsocks-libev is available in the official repository for following distributions:
@ -89,16 +89,6 @@ sudo apt update
sudo apt install shadowsocks-libev sudo apt install shadowsocks-libev
``` ```
For **Debian 9 (Stretch)** users, please install it from `stretch-backports`:
We strongly encourage you to install shadowsocks-libev from `stretch-backports`.
For more info about backports, you can refer [Debian Backports](https://backports.debian.org).
```bash
sudo sh -c 'printf "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list'
sudo apt update
sudo apt -t stretch-backports install shadowsocks-libev
```
#### Build deb package from source #### Build deb package from source
Supported distributions: Supported distributions:

Loading…
Cancel
Save