This commit is contained in:
Gauthier Provost 2017-12-21 14:34:43 +08:00
parent 643b059f99
commit 43824d19a2
2 changed files with 6 additions and 4 deletions

View file

@ -32,8 +32,10 @@ $ cd lightgallery-markdown
$ python setup.py install
```
4. Cloning and Start mkdocs server
4. Start mkdocs server
```bash
cd wiki
$ mkdocs serve
```