Update pip install
command in readme
Dieser Commit ist enthalten in:
Ursprung
1621e52aa8
Commit
0e7adfdea0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Laden …
In neuem Issue referenzieren