From 3792dcbdebb432a0ea5d7f28bd3b0da2654fac2d Mon Sep 17 00:00:00 2001 From: Evert R Date: Fri, 22 Sep 2023 09:32:46 -0300 Subject: [PATCH] Update README.md change order of fresh script --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 0d8daba..c1e762b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -29,7 +29,7 @@ We use submodule for [basescript](https://github.com/evertramos/basescript) 2. 🚀 Run the script 'fresh_start.sh' from the _./proxy/bin_ folder ```bash -cd proxy/bin && ./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check +cd proxy/bin && ./fresh-start.sh --yes --skip-docker-image-check -e your_email@domain ``` Update the email above with your real e-mail address