rmmagent/README.md

14 lines
233 B
Markdown
Raw 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-15 23:37:35 +00:00
### tests
Navigate to agent directory
2022-03-19 18:55:43 +00:00
2022-06-15 23:37:35 +00:00
```
go test -vet=off
```