From 7a4f1e744f108ed800891fb2623d0bf079ec3e91 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 8 Sep 2023 11:53:33 +0100 Subject: [PATCH] Mention homebrew installation option --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c501f9f..4b7ea97 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,24 @@ Command-line tool for reporting on specific attributes of a Heroku environment. ## Installation +### PyPI + ``` $ pip install heroku-audit ``` -Alternatively, you can download the pre-compiled binary from the releases. +### Homebrew + +Buckup can be installed from Torchbox's [Homebrew tap](https://github.com/torchbox/homebrew-tap). + +``` +brew tap torchbox/tap +brew install buckup +``` + +### Pre-compiled binaries + +You can download the pre-compiled binary from the releases, built with [`pyinstaller`](https://pyinstaller.org/en/stable/). ## Usage