From beca1c0aaab51c08854d98dbcf3f0ee60a1ceae9 Mon Sep 17 00:00:00 2001 From: Bennet Gallein Date: Fri, 28 Apr 2023 17:08:59 +0200 Subject: [PATCH] feat: update --- .gitignore | 1 + readme.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4d4626..eda5e9b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ examples/ /cachet-monitor /cli +build diff --git a/readme.md b/readme.md index 1555fca..b03bfc1 100644 --- a/readme.md +++ b/readme.md @@ -205,6 +205,6 @@ We'll happily accept contributions for anything usefull. 1. Read and install with https://ahmadawais.com/install-go-lang-on-macos-with-homebrew/ 2. Test in console with `go get -u` and `go build cli/main.go` -3. Run `CGO_ENABLED=1 go build cli/main.go && ./go-executable-build.sh cli/main.go` -4. This will create a `cli/main.go-linux-amd64`-file, which is the executable binary -5. `mv cli/main.go-linux-amd64 /usr/bin/cachet-monitor` +3. Run `./go-executable-build.sh cli/main.go` +4. This will create a `build/cli/main.go-linux-amd64`-file, which is the executable binary +5. `mv build/cli/main.go-linux-amd64 /usr/bin/cachet-monitor`