From 041926c96adfae56a5bd8f1f0a06231486807810 Mon Sep 17 00:00:00 2001
From: Kyle Mohr <6644803+kylefmohr@users.noreply.github.com>
Date: Wed, 6 Sep 2023 12:04:23 -0500
Subject: [PATCH] Update README.md
---
README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a268813..2cc1c72 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,13 @@ Because we're not paying for codesigning, we'll get a scary warning the first ti
- Then click "Show Manual Instructions", and copy beginning at `-m install` until the end. You should have something like: `-m install --api https://api.yourdomain.com --client-id 1 --site-id 1 --agent-type workstation --auth --rdp --ping --power`
- - Open the terminal and run the downloaded agent *as sudo*, pasting the command line options you previously copied after the binary. Your command should look something like: `sudo rmmagent-amd64-v2.4.9 -m install --api https://api.yourdomain.com --client-id 1 --site-id 1 --agent-type workstation --auth --rdp --ping --power`
- - If you get an error about how the file isn't executable, you may have to run `chmod +x `, then rerun the above command.
+ - Open the terminal and run the following command:
+
+ `chmod +x rmmagent-amd64-v2.4.9`
+
+ - Then, type `sudo ./rmmagent-amd64-v2.4.9 ` and then *paste* the string you copied in the previous step, the full command should look something like:
+
+ `sudo ./rmmagent-amd64-v2.4.9 -m install --api https://api.yourdomain.com --client-id 1 --site-id 1 --agent-type workstation --auth --rdp --ping --power`
You should be good to go!