aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authoremma peel <emma.peel@riseup.net>2020-09-21 06:02:02 +0000
committeremma peel <emma.peel@riseup.net>2020-09-21 06:02:02 +0000
commitac7ccc228e5c471160bab57c34f9b6d44b5da269 (patch)
treebc9d7405c892debbfd83c33c1cac892b6d564bd1 /docs/README.md
parentc7cc0e9845a3526b229c0cd6cd6f2ef67073b909 (diff)
parent437beef0985c76690973bd3e624fde8b9a6941fd (diff)
downloadonionshare-ac7ccc228e5c471160bab57c34f9b6d44b5da269.tar.gz
onionshare-ac7ccc228e5c471160bab57c34f9b6d44b5da269.zip
Merge onionshare/develop into HEAD
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index fd444384..fe026802 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -5,13 +5,13 @@ 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 -r requirements.txt
+poetry install
```
To build HTML docs:
```sh
-make html
+poetry run make html
```
Then open `docs/build/html/index.html` in a browser to see it.
@@ -19,7 +19,7 @@ Then open `docs/build/html/index.html` in a browser to see it.
To update all of the translations and build all the html, run:
```sh
-./build.sh
+poetry run ./build.sh
```
You will end up with the documentation in all supported locales in `docs/localized_html`.