Browse Source

Update README

pull/886/head
Max Lv 8 years ago
parent
commit
76a6f25f3b
1 changed files with 2 additions and 18 deletions
  1. 20
      README.md

20
README.md

@ -258,24 +258,8 @@ service shadowsocks_libev start
### OpenWRT ### OpenWRT
**Note**: You may want to use [openwrt-shadowsocks](https://github.com/shadowsocks/openwrt-shadowsocks)
, which is developed specifically for OpenWRT.
```bash
# At OpenWRT build root
pushd package
git clone https://github.com/shadowsocks/shadowsocks-libev.git
popd
# Enable shadowsocks-libev in network category
make menuconfig
# Optional
make -j
# Build the package
make V=99 package/shadowsocks-libev/openwrt/compile
```
The OpenWRT project is maintained here:
[openwrt-shadowsocks](https://github.com/shadowsocks/openwrt-shadowsocks).
### OS X ### OS X
For OS X, use [Homebrew](http://brew.sh) to install or build. For OS X, use [Homebrew](http://brew.sh) to install or build.

Loading…
Cancel
Save