Skip to content
Snippets Groups Projects
Commit af5c6b79 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Removed unnecessary "mkdocs build" command from contribute_container.md.

parent 81a90017
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!465Improved links in contribution description
......@@ -75,7 +75,7 @@ Here is a suggestion of a workflow which might be suitable for you.
The command(s) to start the dockerized web server is this:
```bash
wiki "mkdocs build && mkdocs serve -a 0.0.0.0:8000"
wiki "mkdocs serve -a 0.0.0.0:8000"
```
You can view the documentation via `http://localhost:8000` in your browser, now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment