readme update

This commit is contained in:
redanthrax 2022-06-16 17:05:31 -07:00
parent 6f159d4728
commit e3d5bf27a4

View file

@ -7,9 +7,9 @@ env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
``` ```
### tests ### tests
Navigate to agent directory Navigate to repo directory
``` ```
go test -vet=off go test ./... -vet=off
``` ```
Add to settings.json Add to settings.json