Skip to content

Commit b83f98c

Browse files
Update web/README.md
1 parent 53bee6a commit b83f98c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

web/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ pip install -r requirements.txt
2020

2121
### Usage
2222

23-
```bash
24-
# Build the Wiki
25-
python wikigen.py build
23+
The `wikigen.py` script is intended to be executed from the root of the repository.
24+
25+
To build the repository, run `tools/build_web.sh` or `tools/build_web.cmd` depending on your operating system.
2626

27-
# Serve the Wiki locally
28-
python -m http.server -b 127.0.0.1 --directory output/html
27+
To serve the repository locally, run the following command:
28+
29+
```bash
30+
python -m http.server -b 127.0.0.1 --directory web/output/html
2931
```

0 commit comments

Comments
 (0)