update readme

This commit is contained in:
OttoMao 2015-03-16 15:00:29 +08:00
parent 6b231cbf26
commit ae26b13cb3

View File

@ -74,15 +74,6 @@ A guide about configuring https features is here : [https://github.com/alibaba/a
Others
-----------------
#### to install node modules
* to install node modules for supporting rules development, use ``` anyproxy install ```
* for example ``` anyproxy install underscore ```
* and in rule file
```
var base = path.join(process.env.NODE_PATH,'anyproxy','node_modules');
var underscore = require(path.join(base,'underscore'));
```
#### to save request data
* to save request data to local file, use ``` anyproxy --file /path/to/file ```