📝 add documentation on udev

This commit is contained in:
Nicolas Stalder
2018-09-17 23:32:01 +02:00
parent 1203eb5a0d
commit 40615d70f5
3 changed files with 44 additions and 2 deletions

9
docs/documenting.md Normal file
View File

@@ -0,0 +1,9 @@
Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
- install python3 and pip
- `pip install mkdocs mkdocs-material`
- `mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.