aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-08-19 15:11:32 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-08-19 15:11:32 +0200
commitb8db81969d772c06042778ac4760902330bce7d2 (patch)
tree4971e59fe68838a5db80df03dc950cf3f9fc05c6 /README.mkd
parent7730d2e0c0ddb0cce865237e10f528560a6984c0 (diff)
downloadmitmproxy-b8db81969d772c06042778ac4760902330bce7d2.tar.gz
mitmproxy-b8db81969d772c06042778ac4760902330bce7d2.tar.bz2
mitmproxy-b8db81969d772c06042778ac4760902330bce7d2.zip
make dev installation instructions copy-pasteable
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.mkd b/README.mkd
index d686e933..8caa07da 100644
--- a/README.mkd
+++ b/README.mkd
@@ -53,11 +53,11 @@ installation instructions for virtualenv
following:
```
-$ git clone https://github.com/mitmproxy/mitmproxy.git
-$ git clone https://github.com/mitmproxy/netlib.git
-$ git clone https://github.com/mitmproxy/pathod.git
-$ cd mitmproxy
-$ source ./dev
+git clone https://github.com/mitmproxy/mitmproxy.git
+git clone https://github.com/mitmproxy/netlib.git
+git clone https://github.com/mitmproxy/pathod.git
+cd mitmproxy
+source ./dev
```
The *dev* script will create a virtualenv environment in a directory called
@@ -70,7 +70,7 @@ To confirm that you're up and running, activate the virtualenv, and run the
mitmproxy test suite:
```shell
-$ source ../venv.mitmproxy/bin/activate # ..\venv.mitmproxy\Scripts\activate.bat on Windows
+$ . ../venv.mitmproxy/bin/activate # ..\venv.mitmproxy\Scripts\activate.bat on Windows
$ nosetests ./test
```
Note that the main executables for the project - **mitmdump**, **mitmproxy** and