From 096a63532bb57f952ad769c4bff1c5a0ca719b55 Mon Sep 17 00:00:00 2001 From: Nickolay Ponomarev Date: Sat, 14 Dec 2013 15:57:35 +0300 Subject: [PATCH] mention npm install in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f67106f..6bf2180 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ An open-source [Workflowy](http://workflowy.com) clone. * Copy over `sample.config.js` to `config.js`, and fill up the DB credentials. * Create a new database and import `schema/hackflowy.sql`. +* `npm install` * `node server.js` ##Controls