less obfuscated mkdocs

This commit is contained in:
Conor Patrick
2018-12-06 22:38:48 -05:00
parent 1a07b4a73a
commit 827a7da443
2 changed files with 1 additions and 7 deletions

View File

@ -6,6 +6,6 @@ To host or develop locally:
pip install mkdocs mkdocs-material
```
`make docsrv` and visit [localhost:8000](http://localhost:8000).
`mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.