Skip to content

Commit

Permalink
Mention homebrew installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 8, 2023
1 parent 8701ad3 commit 29c65af
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 heroku-audit
```

### Pre-compiled binaries

You can download the pre-compiled binary from the releases, built with [`pyinstaller`](https://pyinstaller.org/en/stable/).

## Usage

Expand Down

0 comments on commit 29c65af

Please sign in to comment.