From 7b093899ce734f4bef649efda9f8c0af281c3aaf Mon Sep 17 00:00:00 2001 From: Max Wu Date: Thu, 2 Jun 2016 03:45:30 +0800 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e920926..dc79bcd1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ DB migration If you are upgrading HackMD from older version, you might need to do this to apply the DB schema changes. 1. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string. + For example: `postgres://username:password@localhost:5432/hackmd` 2. Run `node_modules/.bin/sequelize db:migrate`, that's it! Structure -- cgit v1.2.3