We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bee6a commit b83f98cCopy full SHA for b83f98c
web/README.md
@@ -20,10 +20,12 @@ pip install -r requirements.txt
20
21
### Usage
22
23
-```bash
24
-# Build the Wiki
25
-python wikigen.py build
+The `wikigen.py` script is intended to be executed from the root of the repository.
+
+To build the repository, run `tools/build_web.sh` or `tools/build_web.cmd` depending on your operating system.
26
27
-# Serve the Wiki locally
28
-python -m http.server -b 127.0.0.1 --directory output/html
+To serve the repository locally, run the following command:
29
+```bash
30
+python -m http.server -b 127.0.0.1 --directory web/output/html
31
```
0 commit comments