diff options
author | Max Wu | 2016-06-14 22:59:07 +0800 |
---|---|---|
committer | GitHub | 2016-06-14 22:59:07 +0800 |
commit | f130807ead074bca9712c455835ee69027e99e05 (patch) | |
tree | d6ef4efcf11539863260c7149ecbc4507bc8a783 | |
parent | b4b8d4757f95a13efcf7e406893a489c4679d76d (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ If you are upgrading HackMD from an older version, follow below steps: For example: `postgres://username:password@localhost:5432/hackmd`. 4. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db with the latest schema. You can also revert the migration with `node_modules/.bin/sequelize db:migrate:undo` (do this with caution). -5. Retart your whole new server! +5. Start your whole new server! Structure --- |