Skip to content

Commit

Permalink
Merge pull request #47 from saadabban76/patch-1
Browse files Browse the repository at this point in the history
docs: Update README.md
  • Loading branch information
piyushgarg-dev authored Oct 13, 2023
2 parents 6232947 + dacf310 commit d84cb66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84cb66

Please sign in to comment.