Update README.md
Add installation and usage instructions for snap package.
This commit is contained in:
parent
ad39d957d7
commit
85f3574845
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue