mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
08a85335d8
Signed-off-by: DL6ER <dl6er@dl6er.de>
12 lines
236 B
Markdown
12 lines
236 B
Markdown
If you want to work on this repo, you can preview the site as you work.
|
|
|
|
Linux Mint / Ubuntu instructions:
|
|
|
|
```
|
|
git clone git@github.com:pi-hole/docs.git
|
|
cd docs
|
|
sudo pip install mkdocs
|
|
sudo pip install mkdocs-material
|
|
mkdocs serve
|
|
```
|