aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-26 20:14:12 -0700
committerMicah Lee <micah@micahflee.com>2020-08-26 20:14:12 -0700
commit1d4c296a49768614fff7524db30ff8d56124cd07 (patch)
tree6320e8c724a66c92e67fbb172ae0a55df06051c3 /docs/README.md
parent9f0fb6b6e58ad9006e318cdad8f130846bed5dd4 (diff)
downloadonionshare-1d4c296a49768614fff7524db30ff8d56124cd07.tar.gz
onionshare-1d4c296a49768614fff7524db30ff8d56124cd07.zip
Make this just the docs website, not the full website
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 3811f1f7..b6546aa2 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -5,7 +5,7 @@ All these commands must be run from the `docs` folder.
You must have the python dependencies installed to build the docs:
```sh
-pip3 install --user requirements.txt
+pip3 install --user -r requirements.txt
```
To build HTML docs: