diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-04-03 17:10:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 17:10:52 +0200 |
commit | e9ab1debeaa770b2d32336c8e451fd5cd77b976a (patch) | |
tree | 1c93df6677fc1bb4e71299c50aa7be12fcae77c7 /web/README.md | |
parent | 3c09e1a5166bc8f976722d9cbee3817ee9504920 (diff) | |
parent | 53ee0b23ecd1cf7fb84b371b9ead6f54bc0e66cb (diff) | |
download | mitmproxy-e9ab1debeaa770b2d32336c8e451fd5cd77b976a.tar.gz mitmproxy-e9ab1debeaa770b2d32336c8e451fd5cd77b976a.tar.bz2 mitmproxy-e9ab1debeaa770b2d32336c8e451fd5cd77b976a.zip |
Merge pull request #3889 from oxr463/patch-1
Clarify developer documentation for mitmweb
Diffstat (limited to 'web/README.md')
-rw-r--r-- | web/README.md | 2 |
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. |