From 341ce507b9c57a37aabb2d2c30aa5f13363ebc37 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 5 Jan 2013 16:26:19 +0800 Subject: [PATCH] update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0f0775..9a758ed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ shadowsocks =========== [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks) -Current version: 0.9 +Current version: 0.9.1 shadowsocks is a lightweight tunnel proxy which can help you get through firewalls @@ -43,11 +43,12 @@ You can use args to override settings from `config.json`. You may want to install gevent for better performance. - $ apt-get install python-gevent + $ sudo apt-get install python-gevent Or: - $ sudo easy_install gevent + $ sudo apt-get install libevent-dev python-pip + $ sudo pip install gevent troubleshooting ---------------