Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit da321ed

Browse files
authored
missing "mkdocs-material" added
The Docker instructions were updated, but not the README
1 parent b2cc3ef commit da321ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This uses [`mkdocs`](https://www.mkdocs.org/)
55
Install it with:
66

77
```
8-
pip install mkdocs
8+
pip install mkdocs-material
99
```
1010

1111
If you have Python3, you may need to run
1212

1313
```
14-
pip3 install mkdocs
14+
pip3 install mkdocs-material
1515
```
1616

1717
## Serve the site locally

0 commit comments

Comments
 (0)