Skip to content

Commit da34dd4

Browse files
committed
Changed homebrew tap to vrypan/tap
1 parent cacba05 commit da34dd4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ brews:
5353
system "#{bin}/fargo version"
5454
repository:
5555
owner: vrypan
56-
name: homebrew-fargo
56+
name: homebrew-tap
5757
branch: main
5858
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
5959

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44

55
# Install
66

7-
## Generic
7+
## From Source
88
Clone the repo, and run `make local`. Copy the generated binary `fargo` to a location in your `$PATH`.
99

1010
## Homebrew
1111

1212
Fargo can be installed with Brew by using the command below.
1313

14-
`brew install vrypan/fargo/fargo`
14+
`brew install vrypan/tap/fargo`
15+
16+
> [!WARNING]
17+
> The homebrew tap has changed since v0.4.4. If you have alread installed a version <=0.4.3 do
18+
> ```
19+
> brew uninstall fargo
20+
> brew untap vrypan/fargo
21+
> brew tap vrypan/tap
22+
> brew install vrypan/tap/fargo
1523
1624
# Use
1725

0 commit comments

Comments
 (0)