aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 55fc3ec..3a2626b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,8 +13,8 @@ Instructions on how to install hotdoc are [here](https://hotdoc.github.io/instal
From the Meson repository root dir:
```
$ cd docs/
-$ meson built_docs
-$ ninja -C built_docs/ upload
+$ meson setup built_docs/
+$ ninja -C built_docs/
```
Now you should be able to open the documentation locally
```