Update README.md (#734)
Add installation and usage instructions for snap package.
This commit is contained in:
parent
3c82f02343
commit
91e6237794
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,10 @@ CentOS:
|
||||||
yum install python-setuptools && easy_install pip
|
yum install python-setuptools && easy_install pip
|
||||||
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
|
||||||
|
|
||||||
|
Linux distributions with [snap](http://snapcraft.io/):
|
||||||
|
|
||||||
|
snap install shadowsocks
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
See [Install Shadowsocks Server on Windows](https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows).
|
See [Install Shadowsocks Server on Windows](https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows).
|
||||||
|
@ -51,6 +55,11 @@ To check the log:
|
||||||
Check all the options via `-h`. You can also use a [Configuration] file
|
Check all the options via `-h`. You can also use a [Configuration] file
|
||||||
instead.
|
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
|
### Usage with Config File
|
||||||
|
|
||||||
[Create configeration file and run](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File)
|
[Create configeration file and run](https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File)
|
||||||
|
|
Loading…
Add table
Reference in a new issue