Update README.md
This commit is contained in:
parent
c9ee30a9a9
commit
dc9ea6aa29
10
README.md
10
README.md
@ -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"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user