diff --git a/.github/build b/.github/build deleted file mode 100644 index ed9ce2e..0000000 --- a/.github/build +++ /dev/null @@ -1,3 +0,0 @@ -GOOS=linux -GOARCH=amd64 -go build -o vmalertcli.amd64.bin \ No newline at end of file diff --git a/README.md b/README.md index e3f9bed..49060a4 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,16 @@ Usage of ./vmalert-cli: ### Installation -Quick install: +Quick install (example for linux/amd64, change it for your arch): ```console curl --silent https://api.github.com/repos/aorfanos/vmalert-cli/releases/latest \ | grep browser_download_url \ | grep amd64 \ + | grep linux \ | cut -d '"' -f 4 \ | wget -qi - && \ - mv vmalertcli-latest-amd64 /usr/local/bin/vmalert-cli + mv vmalertcli-linux-amd64-latest /usr/local/bin/vmalert-cli ``` ### Usage diff --git a/deb/vmalertcli/DEBIAN/control b/deb/vmalertcli/DEBIAN/control deleted file mode 100644 index c9aea9e..0000000 --- a/deb/vmalertcli/DEBIAN/control +++ /dev/null @@ -1,9 +0,0 @@ -Package: vmalertcli -Version: 0.1.5 -Section: base -Priority: optional -Architecture: amd64 -Maintainer: Alex Orfanos -Description: VMAlert CLI - A command-line tool to interact with - VictoriaMetrics VMAlert