arusahni / git-req

Check out merge requests from your GitLab/GitHub hosted repositories from the command line with just the request number.
https://arusahni.github.io/git-req/
MIT License
57 stars 7 forks source link

Update brew tap instructions #52

Closed dschep closed 3 years ago

dschep commented 3 years ago

Hey Aru! 👋

Seems it's just brew tap not brew tap install:

[:~ $ brew tap install arusahni/git-req
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask).
==> New Formulae
bpython             dstask              pdftilecut          ptpython
==> Updated Formulae
Updated 132 formulae.
==> New Casks
pibar                      pragli                     twobird
==> Updated Casks
Updated 114 casks.
==> Deleted Casks
deadbeef-devel

Error: Invalid tap name 'install'
[:~] 1 $ brew tap arusahni/git-req
==> Tapping arusahni/git-req
Cloning into '/usr/local/Homebrew/Library/Taps/arusahni/homebrew-git-req'...
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 14 (delta 4), reused 8 (delta 2), pack-reused 0
Receiving objects: 100% (14/14), done.
Resolving deltas: 100% (4/4), done.
Tapped 1 formula (28 files, 30.2KB).
arusahni commented 3 years ago

Derp. Good catch. It appears to be correct on the homepage, but looks like this one slipped through. The CI issues are related to new lint checks that I plan on addressing in a migration from travis to GitHub actions, so they can be ignored.

Thanks for this!