Fix order of commands in dev instructions

This commit is contained in:
flokoe 2024-04-02 19:52:53 +02:00
parent 93c513af25
commit 4794043d7c
No known key found for this signature in database

View File

@ -10,8 +10,8 @@ To edit and develop locally install the following packages and run the built in
```bash ```bash
python3 -m venv env python3 -m venv env
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
source env/bin/activate source env/bin/activate
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
mkdocs serve mkdocs serve
``` ```