aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLucas Ramage <oxr463@gmx.us>2020-04-03 10:35:03 -0400
committerGitHub <noreply@github.com>2020-04-03 10:35:03 -0400
commit53ee0b23ecd1cf7fb84b371b9ead6f54bc0e66cb (patch)
treea441dac67ef873e325a2ea6dd02f23dae6c96c2f /web
parent0b76afdf5759d229f5657d447866691c433caf45 (diff)
downloadmitmproxy-53ee0b23ecd1cf7fb84b371b9ead6f54bc0e66cb.tar.gz
mitmproxy-53ee0b23ecd1cf7fb84b371b9ead6f54bc0e66cb.tar.bz2
mitmproxy-53ee0b23ecd1cf7fb84b371b9ead6f54bc0e66cb.zip
Clarify developer documentation for mitmweb
Bug: https://github.com/mitmproxy/mitmproxy/issues/3888
Diffstat (limited to 'web')
-rw-r--r--web/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/README.md b/web/README.md
index ebdd1f2f..ae558bd6 100644
--- a/web/README.md
+++ b/web/README.md
@@ -1,5 +1,7 @@
# Quick Start
+**Be sure to follow the Development Setup instructions found in the README.md,
+and activate your virtualenv environment before proceeding.**
- Run `yarn` to install dependencies
- Run `yarn run gulp` to start live-compilation.