aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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``,