Skip to content

Commit ae4c935

Browse files
committedAug 8, 2023
chore: add homebrew & scoop installation
1 parent 1d0888d commit ae4c935

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ installed:
2929
go install github.com/tomba-io/tomba@latest
3030
```
3131

32+
### Using homebrew tap
33+
34+
[![The formula](https://github.com/tomba-io/homebrew-tap/blob/master/Formula/tomba.rb)
35+
36+
```bash
37+
brew install tomba-io/tap/tomba
38+
```
39+
40+
### Using scoop
41+
42+
```bash
43+
scoop bucket add tomba https://github.com/tomba-io/scoop-bucket.git
44+
scoop install tomba
45+
```
46+
3247
## Get Started 🎉
3348

3449
By default, invoking the CLI shows a help message:

0 commit comments

Comments
 (0)
Please sign in to comment.