Update Wiki
This commit is contained in:
Gauthier Provost 2017-12-25 00:56:49 +08:00
parent 43824d19a2
commit 2b1fe20a4a
2 changed files with 5 additions and 3 deletions

View file

@ -32,10 +32,12 @@ $ cd lightgallery-markdown
$ python setup.py install
```
4. Start mkdocs server
4. Download and serve wiki
```bash
cd wiki
$ git clone https://github.com/helios-4/wiki.git
$ cd wiki
$ mkdocs serve
```