From 9777ff1d639774d55adac5c22b792f7ebda0c482 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Fri, 6 Apr 2018 09:42:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9ea50..9ab1faf 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,11 @@ here. To see a live preview of the documentation you can run a development server that will refresh automatically on changes. -Install `mkdocs` and the `material` theme: +Install `mkdocs` and the `material` theme in version `1.12.2`: ``` bash -user@localhost ~/ $ pip install mkdocs -user@localhost ~/ $ pip install mkdocs-material +user@localhost ~/ $ pip install mkdocs==0.16.3 +user@localhost ~/ $ pip install mkdocs-material==1.12.2 ``` Clone this repository and install dependencies: