diff --git a/README.md b/README.md index f172214..d52abd8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ as plugin server of shadowsocks. Current version: 0.0.2 | [Changelog](Changes) ## Build - For Unix-like systems, especially Debian-based systems, e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: @@ -19,6 +18,11 @@ sudo apt-get install --no-install-recommends build-essential autoconf libtool li sudo yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto # Arch sudo pacman -Syu gcc autoconf libtool automake make zlib openssl asciidoc xmlto + +git clone https://github.com/shadowsocks/simple-obfs.git +cd simple-obfs +git submodule update --init --recursive +./autogen.sh ./configure && make sudo make install ``` @@ -31,7 +35,7 @@ man pages of the applications, respectively. Add respective item to `--plugin` and `--plugin-opts` arg or as value of `plugin` and `plugin_opts` in JSON. -One the client: +On the client: ```bash ss-local -c config.json --plugin obfs-local --plugin-opts "obfs=http;obfs-host=www.bing.com"