From fb2d8974e15535a436aadf0e4619e175ee738ca8 Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Tue, 3 Jan 2023 00:39:07 +0100 Subject: [PATCH] add missing mkdocs-material --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ff206..5d50350 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To test it locally: 1. Install the required tools: ``` pip install --upgrade pip - pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin + pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin mkdocs-material ``` 1. In the main folder of the repo, call `mkdocs serve` (and keep it running). This will locally generate the documentation.