diff --git a/README.md b/README.md index c261abbe..4dcc526f 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,22 @@ sudo apt-get update sudo apt-get install shadowsocks-libev ``` -#### Build package from source +#### Build deb package from source Supported Platforms: * Debian 7 (see below), 8, unstable -* Ubuntu 14.10, 15.04 or higher +* Ubuntu 14.04 (see below), Ubuntu 14.10, 15.04, 15.10 or higher +**Note for Ubuntu 14.04 users**: +Packages built on Ubuntu 14.04 may be used in later Ubuntu versions. However, +packages built on Debian 7/8/9 or Ubuntu 14.10+ **cannot** be installed on +Ubuntu 14.04. + +**Note for Debian 7.x users**: To build packages on Debian 7 (Wheezy), you need to enable `debian-backports` to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`. +Please follow the instructions on [Debian Backports](http://backports.debian.org). This also means that you can only install those built packages on systems that have `init-system-helpers` installed. @@ -131,6 +138,14 @@ su -c 'yum update' su -c 'yum install shadowsocks-libev' ``` +### Archlinux + +```bash +sudo pacman -S shadowsocks-libev +``` + +Please refer to downstream `PKGBUILD` file for any extra modifications. + ### Linux For Unix-like systems, especially Debian-based systems, diff --git a/man/ss-server.1 b/man/ss-server.1 index 05ad6181..81cca85d 100644 --- a/man/ss-server.1 +++ b/man/ss-server.1 @@ -118,7 +118,7 @@ Only available in server and manager mode. Enable verbose mode. .SH EXAMPLE -It is recommanded to use a config file when starting \*(Se(1). +It is recommended to use a config file when starting \*(Se(1). The config file is written in JSON and is easy to edit. Check out the \fBSEE ALSO\fR section for the default path of config file.