Skip to content

Commit

Permalink
add homebrew installation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmainguy committed May 11, 2021
1 parent 17b0512 commit 9ddffaa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ https://github.com/Jmainguy/bible/pull/1
https://github.com/Jmainguy/bak/pull/123
```

## Linux / macOS homebrew install

```/bin/bash
brew install jmainguy/tap/ghreport
```

## Releases
We currently build releases for RPM, DEB, macOS, and Windows.

Grab Release from [The Releases Page](https://github.com/Jmainguy/ghreport/releases)

## Build
## Build it yourself
```/bin/bash
export GO111MODULE=on
go build
Expand Down

0 comments on commit 9ddffaa

Please sign in to comment.