Skip to content

Commit

Permalink
docs: update README with homebrew installation instructions (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Aug 21, 2024
1 parent 2f30d25 commit f89731a
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 @@ -15,7 +15,15 @@ Feel free to add more branches if you want to runs these checks when push/pull r
## Installation

```bash
go install github.com/ashishb/gabo/src/gabo/cmd/gabo@latest
$ go install github.com/ashishb/gabo/src/gabo/cmd/gabo@latest
...
```

or via homebrew ![homebrew version](https://img.shields.io/homebrew/v/gabo)

```bash
$ brew install gabo
...
```

Or run directly
Expand Down

0 comments on commit f89731a

Please sign in to comment.