rmmagent/README.md
2022-06-08 13:14:22 -07:00

12 lines
No EOL
260 B
Markdown

### Tactical RMM Agent
https://github.com/amidaware/tacticalrmm
#### building the agent
```
env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
```
#### building the mac agent
```
env GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w"
```