Skip to content

Commit

Permalink
docs: update readme on usage
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 14, 2024
1 parent 930fe5c commit 9dd89e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@
<!-- markdownlint-enable -->

## How To Use

On a Linux-based machine with `bash` installed, run the script:

> Note: it is best to run this script as a user other than root.
>
> However, if you run as root, a user svcfmtm will be created for you.
```bash
curl -L https://get.fmtm.dev -o install.sh
bash install.sh

# Then follow the prompts
```

0 comments on commit 9dd89e0

Please sign in to comment.