summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackycute2015-11-29 01:07:46 -0600
committerjackycute2015-11-29 01:07:46 -0600
commit8777529b835a94e02fcfd93efcfdedf0a6e2b534 (patch)
tree5fee7f0a98f06bf5ad1c6e6af90c93603f90df4d
parentb070de8fa931d1b3b3f87d0c4afce55675f3cb93 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec2e1c60..6f57d051 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