From 0e7adfdea04ad67c25232ccf4f41afda035280b5 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sun, 2 May 2021 16:13:15 -0700 Subject: [PATCH] Update `pip install` command in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f814a2400..f9fe18d9e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ https://mailcow.github.io/mailcow-dockerized-docs To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter ``` -pip install mkdocs-material +pip install mkdocs-material pygments==2.8.1 mkdocs-redirects mkdocs serve -``` \ No newline at end of file +```