Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Small cleanup in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fed135 authored Sep 22, 2021
1 parent 143e5d6 commit a9a4eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn
You will also need to [install Postgres](https://www.postgresqltutorial.com/install-postgresql-macos/), create a `challenge` database and load the sql file `dump.sql`:

```bash
sudo -u postgres -i psql challenge < dump.sql
psql challenge < dump.sql
```

## Start
Expand Down Expand Up @@ -55,4 +55,4 @@ The command above will run the following test suites sequentially:
| Acceptances | `yarn test:acceptance` | Large integration tests, system tests, end-to-end tests. |


Happy hacking 😁!
Happy hacking 😁!

0 comments on commit a9a4eba

Please sign in to comment.