diff --git a/.goreleaser.yml b/.goreleaser.yml index f34aace..7f1e46a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,14 +36,16 @@ changelog: - '^docs:' - '^test:' -brews: - - repository: - owner: zalando - name: rds-health - folder: Formula - goarm: "7" - homepage: https://github.com/zalando/rds-health - description: rds-health discovers anomalies, performance issues and optimization within AWS RDS. - license: MIT - test: | - system "#{bin}/rds-health --version" +# Note: temporary disabled brew releases +# +# brews: +# - repository: +# owner: zalando +# name: rds-health +# folder: Formula +# goarm: "7" +# homepage: https://github.com/zalando/rds-health +# description: rds-health discovers anomalies, performance issues and optimization within AWS RDS. +# license: MIT +# test: | +# system "#{bin}/rds-health --version" diff --git a/README.md b/README.md index cc105e4..e64ee6c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ Let's get your start with `rds-health`. These few simple steps explain how to ru ### Install -Easiest way to install the latest version of utility using binary release, which are available -either from [Homebrew](https://brew.sh/) taps or [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms. +Easiest way to install the latest version of utility using binary releases, which are available +from [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms. + Alternatively, you can install application from source code but it requires [Golang](https://go.dev/) to be installed.