updated readme to include mkdocs-material 0.2.4

This commit is contained in:
Marius Pana 2017-01-21 11:21:03 +02:00
parent e6053685f1
commit b7b89e396a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ You can view the documentation [directly](/docs/index.md) in this repository, or
We use [MkDocs](http://www.mkdocs.org/) to create a static site from this repository. For local development,
1. [Install MkDocs](http://www.mkdocs.org/#installation). `pip install mkdocs`
1. Install the [MkDocs Material theme](https://github.com/squidfunk/mkdocs-material). `pip install mkdocs-material`
1. Install the [MkDocs Material theme](https://github.com/squidfunk/mkdocs-material). `pip install mkdocs-material==0.2.4`
1. To test locally, run `mkdocs serve` from the project directory.
## Deploying