aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-04-08 20:21:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2020-04-08 20:21:12 +0200
commit9d5305301a8e073cbb64bb6574e66bb34373935a (patch)
tree7f30b0412a9974751846c757d44889694d00dc7b /docs/README.md
parent40925181e9d64c727f75e89acf0205bb4b87bb3a (diff)
parent4d6886a0f4ebbf6bc66b74fa548ff724ba2ad660 (diff)
downloadmitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.tar.gz
mitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.tar.bz2
mitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.zip
Merge remote-tracking branch 'origin/master' into fix-ci
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index a9ee1113..5c99fb39 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -5,7 +5,7 @@ This directory houses the mitmproxy documentation available at <https://docs.mit
## Quick Start
1. Install [hugo](https://gohugo.io/).
- 2. Windows users: Depending on your git settings, you may need to manually create a symlink from
+ 2. Windows users: Depending on your git settings, you may need to manually create a symlink from
/docs/src/examples to /examples.
3. Make sure the mitmproxy Python package is installed.
4. Run `./build-current` to generate the documentation source files in `./src/generated`.
@@ -17,7 +17,6 @@ Now you can run `hugo server -D` in ./src.
This is required to modify CSS files.
- 1. Install node, yarn, and [modd](https://github.com/cortesi/modd).
- 2. Run `yarn` in this directory to get node-sass.
+ 1. Install hugo extended version.
You can now run `modd` in this directory instead of running hugo directly.