Skip to content

Commit

Permalink
Add homebrew install instructions (#433)
Browse files Browse the repository at this point in the history
* Add homebrew install instructions

* Simplify brew tap
  • Loading branch information
alechenninger authored Oct 25, 2024
1 parent 609172e commit 228e70a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ echo 'GITHUB_TOKEN=<your api token>' >> ~/.config/bonfire/env
In addition, since some projects may be private, you will need to add the `repo` (full control of private repositories) scope too.
for the template fetching to work!

## Using homebrew

```bash
brew tap redhatinsights/bonfire
brew install bonfire
```

## Using a container image (podman/docker)

We provide a container image at quay.io/cloudservices/bonfire. The image wraps a Python virtual environment with **crc-bonfire** installed on it.
Expand Down

0 comments on commit 228e70a

Please sign in to comment.