From 97e90ade6ec15b45f388218afb9b7c4b091acdc6 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Thu, 29 Oct 2020 19:08:21 +0530 Subject: [PATCH] Update ClientSetup.md --- contributions/ClientSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 491e8e3428..d0ed109e20 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -33,7 +33,7 @@ Note: ``` cat /etc/hosts | grep appsmith ``` -3. Run cmd `cp .env.example .env` +3. Run cmd: `cp .env.example .env` 4. Run the script `start-https.sh` in order to start the nginx container that will proxy the frontend code on your local system. ```bash