From 50805f35408aa5bf28659bb403d1d3456286708f Mon Sep 17 00:00:00 2001 From: "Cheng-Han, Wu" Date: Wed, 20 Jan 2016 23:11:20 -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 d07fed37..6e154338 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Get started Import database schema --- The notes are store in PostgreSQL, the schema is in the `hackmd_schema.sql` -To import the sql file in PostgreSQL, type `psql -i hackmd_schema.sql` +To import the sql file in PostgreSQL, see http://www.postgresql.org/docs/9.4/static/backup-dump.html The users, temps and sessions are store in MongoDB, which don't need schema, so just make sure you have the correct connection string.