add development setup instructions, thanks @hennevogel, fix #355
This commit is contained in:
parent
e1c8f5a174
commit
42a73f9b7b
10
README.md
10
README.md
@ -28,6 +28,16 @@ shout --help
|
|||||||
|
|
||||||
For more information, read the [documentation](http://shout-irc.com/docs/).
|
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
|
## License
|
||||||
|
|
||||||
Available under [the MIT license](http://mths.be/mit).
|
Available under [the MIT license](http://mths.be/mit).
|
||||||
|
Loading…
Reference in New Issue
Block a user