* Add info about npm install for dep modules

This commit is contained in:
Bryan Ashby 2015-10-28 10:53:41 -06:00
parent ce8300da86
commit 839b885d21
1 changed files with 5 additions and 1 deletions

View File

@ -51,8 +51,12 @@ messages: {
]
}
```
3. Launch:
3. Install dependencies:
```bash
npm install
```
4. Launch:
```bash
node main.js
```
(More information will be available in the documentation in the near future)