Skip to content

Commit

Permalink
Add one more useful step to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kovalkov <[email protected]>
  • Loading branch information
unreturned committed Nov 8, 2024
1 parent 0004cd3 commit f62704e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Notice an application that's out-of-date in Homebrew Cask? In most cases, it's v
brew bump --open-pr <outdated_cask>
```

:warning: You will probably first need to run the command:

```bash
brew tap --force homebrew/cask
```

You can also follow the steps in the documentation on [adding a cask](https://docs.brew.sh/Adding-Software-to-Homebrew#casks) for more complicated changes.

## Getting Set Up To Contribute
Expand Down

0 comments on commit f62704e

Please sign in to comment.