docs: correct the Homebrew install command - #170
Merged
Conversation
The formula moved to homebrew-core, and cardmagic/homebrew-tap no longer
carries it:
$ brew install cardmagic/tap/classifier
Error: No available formula with the name "cardmagic/tap/classifier"
cardmagic/tap/classifier was deleted from cardmagic/tap in commit 09c4db3
`brew install classifier` resolves through homebrew-core and works.
Contributor
Greptile SummaryCorrects the Homebrew installation instructions to use the formula now available from homebrew-core.
Confidence Score: 5/5The documentation-only correction appears safe to merge. The two changed examples consistently replace an unavailable tap-qualified formula with the working homebrew-core formula name, with no blocking or non-blocking issues identified. Important Files Changed
Reviews (1): Last reviewed commit: "docs: correct the Homebrew install comma..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found while auditing rubyclassifier.com, where the site had it right and the README had it wrong.
The formula moved to homebrew-core, and
cardmagic/homebrew-tapno longer carries it:cardmagic/homebrew-tap/Formulanow holds onlymessages.rb,notes.rb, andreminders.rb.The plain name resolves through homebrew-core and works:
Fixed in
README.mdanddocs/cli.md.Note: homebrew-core is at 2.6.0 and has not yet picked up the 2.7.0 release from today.
Verified: 761 runs / 0 failures, static doc checks pass.