Update README.md

This commit is contained in:
Kyle Mohr
2023-09-06 11:53:36 -05:00
committed by GitHub
parent c9ee30a9a9
commit dc9ea6aa29

View File

@@ -4,13 +4,15 @@ Instructions for installing the RMM agent on Mac computers without paying for co
<summary>Compile the agent yourself</summary>
<br>
`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"`