diff options
author | Brett Randall <javabrett@gmail.com> | 2016-05-01 22:26:44 +1000 |
---|---|---|
committer | Brett Randall <javabrett@gmail.com> | 2016-05-01 22:26:44 +1000 |
commit | 69adcce5664798e8b7092453d5412780e19658eb (patch) | |
tree | 5320e984cdcb45a5605960fd09eb667f17c6d164 /README.rst | |
parent | d84fc645a711c5e420c78dd1b49148c8973e9a5a (diff) | |
download | mitmproxy-69adcce5664798e8b7092453d5412780e19658eb.tar.gz mitmproxy-69adcce5664798e8b7092453d5412780e19658eb.tar.bz2 mitmproxy-69adcce5664798e8b7092453d5412780e19658eb.zip |
README.rst should refer to ./dev.sh not ./dev
Diffstat (limited to 'README.rst')
-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", |