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