diff options
| author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-05-01 14:32:41 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-05-01 14:32:41 +0200 |
| commit | ea983f775ca3edea2afc7a6382aa5c4b349d66ee (patch) | |
| tree | 5320e984cdcb45a5605960fd09eb667f17c6d164 | |
| parent | d84fc645a711c5e420c78dd1b49148c8973e9a5a (diff) | |
| parent | 69adcce5664798e8b7092453d5412780e19658eb (diff) | |
| download | mitmproxy-ea983f775ca3edea2afc7a6382aa5c4b349d66ee.tar.gz mitmproxy-ea983f775ca3edea2afc7a6382aa5c4b349d66ee.tar.bz2 mitmproxy-ea983f775ca3edea2afc7a6382aa5c4b349d66ee.zip | |
Merge pull request #1107 from javabrett/dev-dot-sh
README.rst should refer to ./dev.sh not ./dev
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Then do the following: git clone https://github.com/mitmproxy/mitmproxy.git cd mitmproxy - ./dev + ./dev.sh The *dev* script will create a virtualenv environment in a directory called "venv", |
