From a9a4eba8c0c4ae07929d1a0c4ffac28085dcaa81 Mon Sep 17 00:00:00 2001 From: Frederic Charette Date: Wed, 22 Sep 2021 10:05:08 -0400 Subject: [PATCH] Small cleanup in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f636e..4d33af1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 😁! \ No newline at end of file +Happy hacking 😁!