rmmagent/README.md
2022-06-15 16:37:35 -07:00

14 lines
233 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"
```
### tests
Navigate to agent directory
```
go test -vet=off
```