From 9dd89e063bd4319e82e85b5a8ab4d8a571df31b1 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Sun, 14 Jan 2024 05:49:32 +0000 Subject: [PATCH] docs: update readme on usage --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +```