Browse Source

Merge pull request #1179 from rainysia/fix_readme

Fill the Debian apt command for readme
pull/1181/head
Max Lv 7 years ago
committed by GitHub
parent
commit
4d6a230227
1 changed files with 4 additions and 4 deletions
  1. 8
      README.md

8
README.md

@ -92,16 +92,16 @@ try `configure --help`.
Shadowsocks-libev is available in the official repository for Debian 9("Stretch"), unstable, Ubuntu 16.10 and later derivatives:
```bash
sudo apt update
sudo apt install shadowsocks-libev
sudo apt-get update
sudo apt-get install shadowsocks-libev
```
For Debian Jessie users, please install it from `jessie-backports`:
```bash
sudo sh -c 'printf "deb http://httpredir.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list'
sudo apt update
sudo apt -t jessie-backports install shadowsocks-libev
sudo apt-get update
sudo apt-get -t jessie-backports install shadowsocks-libev
```
#### Build deb package from source

Loading…
Cancel
Save