From 42a73f9b7b3836db1a62b81dc59b601539de903b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 6 Feb 2015 12:10:11 +0100 Subject: [PATCH] add development setup instructions, thanks @hennevogel, fix #355 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8e531c3b..f30efa6c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ shout --help For more information, read the [documentation](http://shout-irc.com/docs/). +## Development setup + +To run the app from source, just clone the code and run this in your terminal: + +``` +npm install +grunt build +node index.js +``` + ## License Available under [the MIT license](http://mths.be/mit).