From 839b885d21b29945e54cf2e17f23d22e2c6f3ce6 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 28 Oct 2015 10:53:41 -0600 Subject: [PATCH] * Add info about npm install for dep modules --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea052de1..9bc50f78 100644 --- a/README.md +++ b/README.md @@ -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)