Skip to content

Commit aa12744

Browse files
committed
feat: update readme
1 parent 0383e7d commit aa12744

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,21 @@ Wraps the [GitHub CLI (`gh`)](https://cli.github.com/) — uses your existing au
3030

3131
## Installation
3232

33+
### Homebrew (macOS/Linux)
34+
35+
```bash
36+
brew tap cloudsky01/tap
37+
brew install --cask rivet
38+
```
39+
40+
### Go Install
41+
3342
```bash
3443
go install github.com/Cloudsky01/gh-rivet/cmd/rivet@latest
3544
```
3645

37-
Or build from source:
46+
### Build from Source
47+
3848
```bash
3949
git clone https://github.com/Cloudsky01/gh-rivet
4050
cd gh-rivet

0 commit comments

Comments
 (0)