Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify installation of brew caveats command #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

superatomic
Copy link

This pull request simplifies the installation process of the brew caveats command which this repository provides.

As explained in the documentation for external commands, external commands can be added to brew simply by tapping a repository with a cmd/ directory, without needing to brew install anything. An example of this is my homebrew-bundle-extensions project, where the repository only needs to be tapped for the commands to be added.

This PR makes cmd/brew-caveats.rb executable (by running chmod +x cmd/brew-caveats.rb), which is all that is needed simplify the installation command to be brew tap rafaelgarrido/caveats, with no need to run brew install brew-caveats.

This PR also removes the Formula/brew-caveats.rb installation formula, as it is no longer required to install brew caveats. This change is backwards compatible because everyone who installed brew caveats this way also tapped rafaelgarrido/caveats first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant