mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
add development setup instructions, thanks @hennevogel, fix #355
This commit is contained in:
parent
e1c8f5a174
commit
42a73f9b7b
1 changed files with 10 additions and 0 deletions
10
README.md
10
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).
|
||||
|
|
Loading…
Reference in a new issue