* 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

View file

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