From dacf31063ea63afae797073a19d768b51f3e7d8b Mon Sep 17 00:00:00 2001 From: Just Saad <115649011+saadabban76@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:21:27 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d9acd5..8561340 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Go to [this repository](https://github.com/piyushgarg-dev/review-app) to know mo b. Move to backend foler : `cd review-app-api` c. Install and Setup Docker d. Run Docker in background - e. Run this command to run "docker-compose.yml" file in detach mode : `docker compose up -d` + e. If you have an older version of Docker, run this command to run "docker-compose.yml" file in detach mode: + `docker-compose up -d` + Otherwise, run: `docker compose up -d` f. Setup Backend by running command : `yarn` 2. Create a `.env.local` file in the project's root directory