summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 01:12:06 -0600
committerWu Cheng-Han2015-11-29 01:12:06 -0600
commitfade73a59bde0e190fa55383df63b5f501dc12ea (patch)
tree33d2e8051f9d325536cb85dd825a86fe1f1cb191 /README.md
parent54bfb0acea11c2e8659f28f10166432113c43633 (diff)
parent8777529b835a94e02fcfd93efcfdedf0a6e2b534 (diff)
Merge branch 'master' of https://github.com/jackycute/HackMD
Diffstat (limited to '')
-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