Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 12, 2024
1 parent 7243e96 commit 0de2236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0de2236

Please sign in to comment.