From bc24d9dc5466eab2880395b61e3cf3b1f9327e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Thu, 13 Nov 2014 10:44:52 +0800 Subject: [PATCH] update doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a60b76c..e415642 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Usage ### step 1 - install * install [NodeJS](http://nodejs.org/) -* ``tnpm install -g anyproxy`` , may require ``sudo`` +* ``npm install -g anyproxy`` , may require ``sudo`` +* python is optional, it will be OK if you get some error about it during installing. ### step 2 - start server @@ -211,6 +212,7 @@ Using https features * root certs and temperary certs are stored at ``path.join(util.getUserHome(),"/.anyproxy_certs/")`` * to get the rootCA.crt file , you may either find it in local dir or download it via anyproxy web interface * to clear all the temperary certificates ``anyproxy --clear`` +* https features may be unstable in windows Others -----------------