diff options
author | Cheng-Han, Wu | 2016-01-20 23:11:20 -0600 |
---|---|---|
committer | Cheng-Han, Wu | 2016-01-20 23:11:20 -0600 |
commit | 50805f35408aa5bf28659bb403d1d3456286708f (patch) | |
tree | c42955055ea7682a887fce841e029fd5aed3748c | |
parent | 188a40eac6d6c317bf3fb61f6f867a435bbbab30 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |