aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d36b922..ad904b8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This program was born from a need to query the status of the backups from the cl
## Dependencies
-go is required. Only go version >= 1.13.5 on linux amd64 has been tested.
+go is required. Only go version >= 1.16 on linux amd64 has been tested.
## Building
@@ -26,12 +26,12 @@ go test -cover ./...
For a debug build, use :
```
-go build
+go build ./cmd/bareos-zabbix-check/
```
For a release build, use :
```
-go build -ldflags="-s -w"
+go build -ldflags="-s -w" ./cmd/bareos-zabbix-check/
```
## Usage