Update README.md
Dieser Commit ist enthalten in:
Ursprung
4854d2c7cd
Commit
97034a13a3
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
11
README.md
11
README.md
|
@ -113,3 +113,14 @@ docs <-- Root Folder
|
|||
│  ├── file.XX.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Testing
|
||||
|
||||
To build and test 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
|
||||
|
||||
```
|
||||
git clone https://github.com/mailcow/mailcow-dockerized-docs.git
|
||||
pip install -r requirements.txt
|
||||
mkdocs serve
|
||||
```
|
||||
|
|
Laden …
In neuem Issue referenzieren