From fe2195ae5c8529d9f48ce388f81809803f086fd0 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 9 Nov 2023 09:15:37 +0000 Subject: [PATCH] docs: update install docs --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cd9ee14945..041fb67df6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,13 +5,13 @@ Use the provided bash script: ```bash -# Download the script -curl -L https://get.fmtm.dev -o install.sh -# OR (alternative URL) -curl -L https://fmtm.hotosm.org/install.sh +# Option A) If you already cloned the repo +bash src/frontend/public/install.sh -# Run the script +# Option B) Download the script & run +curl -L https://get.fmtm.dev -o install.sh bash install.sh +# Alternative URL: https://fmtm.hotosm.org/install.sh # Then follow the prompts ```