Update README.md

This commit is contained in:
Igor
2024-10-12 18:14:21 +02:00
parent 7243e96e09
commit 0de2236fa4

View File

@@ -83,7 +83,8 @@ pip install --use-pep517 -r requirements.txt
To build and serve the documentation locally, allowing you to make edits and observe the results in real time, use:
```bash
mkdocs build --clean && mkdocs serve
mkdocs build --clean
mkdocs serve -a 0.0.0.0:8000
```
You will be able to make edits to existing files and observe the results in real time.