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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions Formula/brew-caveats.rb

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ This is also valid for casks:

You can install `brew caveats` in two ways.

1. Tap this repository and install via `brew` itself.
1. Tap this repository.
1. Install manually.

For the first method, do the following:
For the first method, run the following command:

brew tap rafaelgarrido/homebrew-caveats && brew install brew-caveats
brew tap rafaelgarrido/caveats

For the second method clone or download this repository. Then simply put the file `cmd/brew-caveats.rb` anywhere in your `$PATH`. For example:
For the second method, clone or download this repository. Then simply put the file `cmd/brew-caveats.rb` anywhere in your `$PATH`. For example:

mv cmd/*-caveats.rb ~/bin

Expand Down
Empty file modified cmd/brew-caveats.rb
100644 → 100755
Empty file.