From 8ee79c729abe0f5121732f9cdcbc71ac7f864c16 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 17:56:07 +0200 Subject: added instructions for building and packaging the app --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f5690b2e0..96ec30694 100644 --- a/README.rst +++ b/README.rst @@ -132,6 +132,16 @@ in the **js/** directory feedUpdateInterval: 1000*60*3 # miliseconds +Building the package +-------------------- +To build the app simply run:: + + make + +Then build the package with + + make dist + Running tests ------------- @@ -158,4 +168,4 @@ Integration tests:: Acceptance tests:: - make acceptance \ No newline at end of file + make acceptance -- cgit v1.2.3