diff --git a/README.md b/README.md index 8e531c3..f30efa6 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).