Skip to content

Commit 231d973

Browse files
committed
docs: update install in readme
1 parent 9df593b commit 231d973

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
### ✅ Install
2525

2626
```
27-
go install github.com/heldtogether/rorsch@latest
27+
brew tap heldtogether/tools
28+
brew install rorsch
2829
```
2930

3031
Or clone and build:
@@ -35,6 +36,8 @@ cd rorsch
3536
go build -o rorsch ./cmd/rorsch
3637
```
3738

39+
Or download from https://github.com/heldtogether/rorsch/releases/.
40+
3841
---
3942

4043
### ▶️ Run it

0 commit comments

Comments
 (0)