Merge pull request #274 from Daniel15/patch-1

Update `pip install` command in readme
Dieser Commit ist enthalten in:
Peter 2021-05-03 18:01:58 +02:00 committet von GitHub
Commit f17c96ef3a
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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
```
```