Browse Source

Remove PPA and recommend installing from snap

pull/2463/head
Max Lv 5 years ago
parent
commit
21fc899150
1 changed files with 16 additions and 9 deletions
  1. 25
      README.md

25
README.md

@ -67,6 +67,22 @@ try `configure --help`.
### Debian & Ubuntu ### Debian & Ubuntu
#### Install from snapcraft.io
Snap is the recommended way to install the latest binaries.
Stable channel:
```bash
sudo snap install shadowsocks-libev
```
Edge channel:
```bash
sudo snap install shadowsocks-libev --edge
```
#### Install from repository #### Install from repository
Shadowsocks-libev is available in the official repository for following distributions: Shadowsocks-libev is available in the official repository for following distributions:
@ -100,15 +116,6 @@ sudo apt update
sudo apt -t stretch-backports install shadowsocks-libev sudo apt -t stretch-backports install shadowsocks-libev
``` ```
For **Ubuntu 14.04 and 16.04** users, please install from PPA:
```bash
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
sudo apt-get update
sudo apt install shadowsocks-libev
```
#### Build deb package from source #### Build deb package from source
Supported distributions: Supported distributions:

Loading…
Cancel
Save