Skip to content

Commit

Permalink
small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale authored Feb 14, 2024
1 parent 7f68455 commit 47bc7c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Docker is used to spin up a local mysql container. Docker for Mac can be install
dbmate is used to run database migrations. follow install instructions for your OS: [here](https://github.com/amacneil/dbmate?tab=readme-ov-file#installation)


`npm run server` to check it runs.

## Step 0: Setup server

(this is a step you only need to do once).
Expand All @@ -51,7 +49,7 @@ dbmate is used to run database migrations. follow install instructions for your

2) Setup the database:

* run `/db/scripts/start-pg` from your command line to start a psql container.
* run `./db/scripts/start-pg` from your command line to start a psql container.

* run `./db/scripts/migrate` to perform database migrations.
(This only needs to be done once and then whenever changes are made in db/migrations)
Expand Down

0 comments on commit 47bc7c8

Please sign in to comment.