comparison docs/pages/00__index.md @ 398:0f4032dafc1f

docs: Adjustments to documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 23 Oct 2015 23:50:18 -0700
parents dcaa41b39c23
children
comparison
equal deleted inserted replaced
397:dcaa41b39c23 398:0f4032dafc1f
12 12
13 ## Quickstart 13 ## Quickstart
14 14
15 Install **Wikked** using Python 3.4 or later and `pip`: 15 Install **Wikked** using Python 3.4 or later and `pip`:
16 16
17 pip install wikked 17 pip install --pre wikked
18 18
19 Let's create a new wiki: 19 Let's create a new wiki:
20 20
21 wk init mywiki 21 wk init mywiki
22 22