From 0887d3559656d937aabf84cb39013c01d566bb89 Mon Sep 17 00:00:00 2001 From: srinivas pendem <65014795+srinivaspendem@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:16:13 +0530 Subject: [PATCH] Update README.md (#2893) ./setup.sh removed Co-authored-by: sriram veeraghanta --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 53679943b..3f7404305 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,6 @@ Setting up local environment is extremely easy and straight forward. Follow the 1. Review the `.env` files available in various folders. Visit [Environment Setup](./ENV_SETUP.md) to know about various environment variables used in system 1. Run the docker command to initiate various services `docker compose -f docker-compose-local.yml up -d` -```bash -./setup.sh -``` - You are ready to make changes to the code. Do not forget to refresh the browser (in case id does not auto-reload) Thats it!