From dc9ea6aa293598023c7ff71ff41868ea0b889d89 Mon Sep 17 00:00:00 2001
From: Kyle Mohr <6644803+kylefmohr@users.noreply.github.com>
Date: Wed, 6 Sep 2023 11:53:36 -0500
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3e26ea4..a268813 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,15 @@ Instructions for installing the RMM agent on Mac computers without paying for co
Compile the agent yourself
-`brew install golang`
+```
+brew install golang
-`git clone https://github.com/amidaware/rmmagent.git`
+git clone https://github.com/amidaware/rmmagent.git
-`cd rmmagent`
+cd rmmagent
+```
-If using Intel Mac:
+Then, if using Intel Mac:
`env CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w"`