aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-28 21:18:01 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-28 21:18:01 -0700
commita4fde737b1a6d87e776b07836a04cc23f6aea08d (patch)
tree49330c036fc2012ade631ff5ac7fa17d10b51c3a /README.rst
parentf69972d13d9c6bfc5f59e71c1253b8d81003d064 (diff)
downloadmitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.tar.gz
mitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.tar.bz2
mitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.zip
fix appveyor
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0a890582..52584719 100644
--- a/README.rst
+++ b/README.rst
@@ -60,7 +60,7 @@ here_). Then do the following:
git clone https://github.com/mitmproxy/mitmproxy.git
cd mitmproxy
- ./dev.sh
+ ./dev.sh # powershell .\dev.ps1 on Windows
The *dev* script will create a virtualenv environment in a directory called
@@ -74,7 +74,7 @@ mitmproxy test suite:
.. code-block:: text
- . venv/bin/activate # venv\Scripts\activate.bat on Windows
+ . venv/bin/activate # venv\Scripts\activate on Windows
py.test
Note that the main executables for the project - ``mitmdump``, ``mitmproxy``,