From cb764475e881dd5405022fc6e8d41ece444f5f13 Mon Sep 17 00:00:00 2001 From: Tanner Date: Thu, 23 Mar 2017 12:57:23 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20663c07..09e3f508 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file +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`