diff --git a/README.md b/README.md index 3ef0043..d789587 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,16 @@ ## 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 +```