Skip to content

Commit

Permalink
docs: update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 9, 2023
1 parent 57e7ef0 commit fe2195a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit fe2195a

Please sign in to comment.