From ba722c12aee920de8ad9db46161250b379d85909 Mon Sep 17 00:00:00 2001 From: Mark Wilson Date: Sat, 10 Oct 2015 13:46:21 -0700 Subject: [PATCH] Mention `npm install` in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0e31c..4809fcb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ 1. Install [Node]. 1. Clone this repository or [download a zip] with the latest version. 1. Create a `config.js` file based on the provided `config.js.example`. -1. Run `npm start` and leave it running. +1. `npm install` to install dependencies. +1. `npm start` and leave it running. **Coming soon:** Deploy instructions for Heroku