From 85f3574845a55a49af17b58e5f9e735b5b5756ed Mon Sep 17 00:00:00 2001 From: Anthony Wong Date: Fri, 20 Jan 2017 02:11:58 +0800 Subject: [PATCH] Update README.md Add installation and usage instructions for snap package. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5c7fa39..0cb86c7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ CentOS: yum install python-setuptools && easy_install pip pip install shadowsocks +Linux distributions with [snap](http://snapcraft.io/): + + snap install shadowsocks + Windows: See [Install Shadowsocks Server on Windows](https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows). @@ -52,6 +56,11 @@ To check the log: Check all the options via `-h`. You can also use a [Configuration] file instead. +If you installed the [snap](http://snapcraft.io/) package, you have to prefix the commands with `shadowsocks.`, +like this: + + shadowsocks.ssserver -p 443 -k password -m aes-256-cfb + ### Usage with Config File [Create configeration file and run](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File)