From 46efb3f9455782a9f8dd1ef5d47f2179c3f5d421 Mon Sep 17 00:00:00 2001 From: Lukas Rychtecky Date: Sun, 1 Jan 2017 20:04:48 +0100 Subject: [PATCH] Added instructions for development and testing into README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ca876f2..18b7a77 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,17 @@ Shortcut for [`chamber.shortcuts.filter_or_exclude_by_date`](#chambershortcutsfi Shortcut for [`chamber.shortcuts.filter_or_exclude_by_date`](#chambershortcutsfilter_or_exclude_by_date) with first parameter True. +Development +----------- + +For contribution go to `example` directory and call `make install` to install an example project. + +Testing +------- + +To run tests go to `example` directory and call `make test`. + + ## License See LICENSE file.