From 4af2a7f6feb2a85a0f10c327c74f7c995a542e5e Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 27 Oct 2013 10:29:21 +0800 Subject: [PATCH] update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ae000f3c..11957d8c 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: sudo make install ``` -## FreeBSD +### FreeBSD ```bash -$ su -# cd /usr/ports/net/shadowsocks-libev -# make install +su +cd /usr/ports/net/shadowsocks-libev +make install ``` Then add your configuration into /etc/rc.conf file: @@ -103,10 +103,10 @@ shadowsocks_libev_localport="7070" Start the shadowsocks server: ```bash -# service shadowsocks_libev start +service shadowsocks_libev start ``` -## OpenWRT +### OpenWRT ```bash # At OpenWRT build root @@ -124,7 +124,7 @@ make -j make V=99 package/shadowsocks-libev/openwrt/compile ``` -## Windows +### Windows For Windows, use either MinGW (msys) or Cygwin to build. At the moment, only `ss-local` is supported to build against MinGW (msys).