Update ClientSetup.md

This commit is contained in:
Sumit Kumar 2020-10-29 19:08:21 +05:30 committed by Sumit Kumar
parent 0eb37e0b89
commit 97e90ade6e

View File

@ -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