aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjannst <mkawaganga@gmail.com>2019-10-13 17:48:23 +0200
committerjannst <mkawaganga@gmail.com>2019-10-13 17:48:23 +0200
commitf580e0ea97a33733434cdcfd9c712140307b7439 (patch)
tree26c2973ec70169a3abcdc481b273942af3fa1293 /docs
parent902ef59d01f45613ce33520159e157697bcc6f9f (diff)
downloadmitmproxy-f580e0ea97a33733434cdcfd9c712140307b7439.tar.gz
mitmproxy-f580e0ea97a33733434cdcfd9c712140307b7439.tar.bz2
mitmproxy-f580e0ea97a33733434cdcfd9c712140307b7439.zip
hugo server -D fails if html file in docs/src/generated are not present
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index cc06f081..b39fd780 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -8,6 +8,9 @@ This directory houses the mitmproxy documentation available at <https://docs.mit
2. Windows users: Depending on your git settings, you may need to manually create a symlink from
/docs/src/examples to /examples.
+Make sure mitmproxy python package is installed.
+
+Run `./build-current` script in docs folder. If you skip this step, hugo will fail because files in ./src/generated are missing
Now you can run `hugo server -D` in ./src.