From 21fc89915092fdb5b5bc946aac41a9360c957b0c Mon Sep 17 00:00:00 2001 From: Max Lv Date: Fri, 9 Aug 2019 15:29:02 +0800 Subject: [PATCH] Remove PPA and recommend installing from snap --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9e9ecc2a..ad1bf522 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,22 @@ try `configure --help`. ### 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 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 ``` -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 Supported distributions: