update README

This commit is contained in:
Gauthier Provost 2019-07-17 14:05:17 +08:00
parent 041a10af3c
commit f3f909a49c

View File

@ -13,13 +13,13 @@ Lightgallery : https://github.com/g-provost/lightgallery-markdown
1. Install mkdocs 1. Install mkdocs
```bash ```bash
$ pip install mkdocs $ pip3 install mkdocs
``` ```
2. Install Material Template 2. Install Material Template
```bash ```bash
$ pip install mkdocs-material $ pip3 install mkdocs-material
``` ```
3. Install Lightgallery Extension 3. Install Lightgallery Extension
@ -29,10 +29,16 @@ $ git clone https://github.com/g-provost/lightgallery-markdown.git
$ cd lightgallery-markdown $ 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 ```bash
$ git clone https://github.com/helios-4/wiki.git $ git clone https://github.com/helios-4/wiki.git