Skip to content

Commit 8c9d4ea

Browse files
authored
Update README.md
1 parent 4c672cb commit 8c9d4ea

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ Get started
4545

4646
Upgrade guide
4747
---
48-
If you are upgrading HackMD from an older version, follow below steps:
48+
If you are upgrading HackMD from an older version, follow these steps:
4949

5050
1. Fully stop your old server first (important).
51-
2. `git pull` or whatever that really update the files.
51+
2. `git pull` or do whatever that really update the files.
5252
3. `npm install && bower install` to update dependencies.
5353
4. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
5454
For example: `postgres://username:password@localhost:5432/hackmd`.
55-
5. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db with the latest schema.
56-
You can also revert the migration with `node_modules/.bin/sequelize db:migrate:undo` (do this with caution).
55+
5. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema.
5756
6. Start your whole new server!
5857

5958
Structure

0 commit comments

Comments
 (0)