We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c84b1 commit c6b8fbcCopy full SHA for c6b8fbc
2 files changed
.goreleaser.yaml
@@ -41,7 +41,7 @@ homebrew_casks:
41
- loops@{{ .Version }}
42
repository:
43
owner: loops-so
44
- name: homebrew-loops
+ name: homebrew-tap
45
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
46
homepage: https://loops.so
47
description: Official CLI for Loops
README.md
@@ -10,8 +10,7 @@ The official Loops CLI
10
### Homebrew
11
12
```
13
-brew tap loops-so/loops
14
-brew install --cask loops
+brew install loops-so/tap/loops
15
16
17
### Script
0 commit comments