aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-03-14 02:42:50 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-03-14 02:42:50 +0100
commitf309eb35264e8872570cacace6628e46949ae3c5 (patch)
treec7d8f89adf789d4a7612037e54ca6a172f3a660b
parentf815525f184658ce291b3882b089dcc24036593f (diff)
downloadmitmproxy-f309eb35264e8872570cacace6628e46949ae3c5.tar.gz
mitmproxy-f309eb35264e8872570cacace6628e46949ae3c5.tar.bz2
mitmproxy-f309eb35264e8872570cacace6628e46949ae3c5.zip
Update README.mkd
-rw-r--r--README.mkd4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index d362fc69..ca412e6f 100644
--- a/README.mkd
+++ b/README.mkd
@@ -64,8 +64,8 @@ checkouts will be reflected live in the virtualenv.
To confirm that you're up and running, activate the virtualenv, and run the
mitmproxy test suite:
-```
-$ ../venv.mitmproxy/bin/activate
+```shell
+$ source ../venv.mitmproxy/bin/activate # ..\venv.mitmproxy\Scripts\activate.bat on Windows
$ nosetests ./test
```
Note that the main executables for the project - **mitmdump**, **mitmproxy** and