Update README with extra packages needed

This commit is contained in:
Jonas Rosland 2023-03-20 12:54:00 -04:00
parent 9114df64de
commit 965e85a67f
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ To setup a local development server:
Install mkdocs with pip:
```
pip install mkdocs
pip3 install mkdocs markdown-callouts mkdocs-material
```
From the AUR:
```
yay -S mkdocs
yay -S mkdocs markdown-callouts mkdocs-material
```
More details: [User Guide](https://www.mkdocs.org/user-guide/installation/)