rmmagent/README.md

10 lines
171 B
Markdown
Raw Permalink Normal View History

2022-03-19 18:55:43 +00:00
### Tactical RMM Agent
https://github.com/amidaware/tacticalrmm
#### building the agent
```
env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
```
2022-06-16 03:02:58 +00:00