From 8777529b835a94e02fcfd93efcfdedf0a6e2b534 Mon Sep 17 00:00:00 2001 From: jackycute Date: Sun, 29 Nov 2015 01:07:46 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2e1c6..6f57d05 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Prerequisite Get started --- 1. Download a release and unzip or clone into a directory -2. Enter the directory and type `npm install`, will install all the dependencies +2. Enter the directory and type `npm install && bower install`, will install all the dependencies 3. Install PostgreSQL and MongoDB (yes, currently we need both) 4. Import database schema, see more on below 5. Setup the configs, see more on below