From f3f909a49c9aa8a745e88eaad5ce5bf38bd369e9 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Wed, 17 Jul 2019 14:05:17 +0800 Subject: [PATCH] update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74d335c..6d2e179 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Lightgallery : https://github.com/g-provost/lightgallery-markdown 1. Install mkdocs ```bash -$ pip install mkdocs +$ pip3 install mkdocs ``` 2. Install Material Template ```bash -$ pip install mkdocs-material +$ pip3 install mkdocs-material ``` 3. Install Lightgallery Extension @@ -29,10 +29,16 @@ $ git clone https://github.com/g-provost/lightgallery-markdown.git $ cd lightgallery-markdown -$ python setup.py install +$ python3 setup.py install ``` -4. Download and serve wiki +4. Install git-revision plugin + +```bash +pip3 install mkdocs-git-revision-date-plugin +``` + +5. Download and serve wiki ```bash $ git clone https://github.com/helios-4/wiki.git