From 1a80953a12eb9bbf84b5a2fb61d221528184d40b Mon Sep 17 00:00:00 2001 From: Bryan Silva <101739803+bjsilva1@users.noreply.github.com> Date: Tue, 21 May 2024 18:11:32 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7af2d9b..b2df6481 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,11 @@ A summary of the libraries we use are listed below. `nvm use` 3. Navigate to the root directory and install the dependencies. `cd ZotMeal && pnpm install` -4. Create a .env based on the .env.example -5. To start a local Postgres container database run the `docker compose up` in the root directory. +4. To start a local Postgres container database run the `docker compose up` in the root directory. This will automatically set up and run a test database using docker. + +5. Create a .env based on the .env.example using `localhost` 6. Run `pnpm db:push` to push the schema to the docker database.