File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55# Install
66
7- ## Generic
7+ ## From Source
88Clone the repo, and run ` make local ` . Copy the generated binary ` fargo ` to a location in your ` $PATH ` .
99
1010## Homebrew
1111
1212Fargo 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
You can’t perform that action at this time.
0 commit comments