diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-02-26 11:50:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 11:50:42 +0100 |
commit | 89933ca7eae72418fd08d97711d2f11a59e1a398 (patch) | |
tree | 194e7ff191e3b162f7526953c0d6aedc22866f98 /docs/README.md | |
parent | ff759fa51b00c05c3873efaa8ae16abe3d078bfb (diff) | |
parent | c6393f86d70ca33385cc8029e9e5029c5627d5c3 (diff) | |
download | mitmproxy-89933ca7eae72418fd08d97711d2f11a59e1a398.tar.gz mitmproxy-89933ca7eae72418fd08d97711d2f11a59e1a398.tar.bz2 mitmproxy-89933ca7eae72418fd08d97711d2f11a59e1a398.zip |
Merge pull request #3829 from meetmangukiya/rm-node-scss
Remove yarn/npm from docs
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 5 |
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. |