Update CONTRIBUTING.md

This commit is contained in:
Tanner 2017-03-23 12:57:23 +01:00 committed by GitHub
parent 9a71464100
commit cb764475e8
1 changed files with 18 additions and 1 deletions

View File

@ -4,4 +4,21 @@ Found a mistake or want to add something? Fork the documentation, fix it, and su
We'll merge it as soon as we can.
Thanks!
Thanks!
## Developing
### 1.0
Install `couscous` through Composer and run `couscous preview`
### 2.0
Install MkDocs and MkDocs Material theme.
```sh
pip install mkdocs
pip install mkdocs-material
```
Run with `mkdocs serve`