README.rst should refer to ./dev.sh not ./dev
This commit is contained in:
parent
d84fc645a7
commit
69adcce566
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue