Update README.md

Add installation and usage instructions for snap package.
This commit is contained in:
Anthony Wong 2017-01-20 02:11:58 +08:00 committed by GitHub
parent ad39d957d7
commit 85f3574845

View file

@ -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)