From b7b89e396a27c8d723380ee6fc996247b8744c2e Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Sat, 21 Jan 2017 11:21:03 +0200 Subject: [PATCH] updated readme to include mkdocs-material 0.2.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9441826..e6a2c31 100644 --- a/README.md +++ b/README.md @@ -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