Update CONTRIBUTING.md

Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
This commit is contained in:
Zongle Wang 2024-05-16 19:37:43 +08:00 committed by GitHub
parent 8258af6466
commit 124dbb69c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Follow the guide in [How to Open a Homebrew Pull Request](https://docs.brew.sh/H
## Adding a Cask
Notice an application that's not in Homebrew Cask yet? Make sure it's not yet in this repo or [homebrew/core](https://github.com/Homebrew/homebrew-core) (can be searched with `brew search`). Mac App Store apps can't be installed via Homebrew Cask, but check out [mas](https://github.com/mas-cli/mas) for an alternative.
Notice an application that's not in Homebrew Cask yet? Make sure it's also not in [homebrew/core](https://github.com/Homebrew/homebrew-core) (can be searched with `brew search`). Mac App Store apps can't be installed via Homebrew Cask, but check out [mas](https://github.com/mas-cli/mas) for an alternative.
With a bit of work, you can create a cask for it. The documentation on [adding a cask](https://docs.brew.sh/Adding-Software-to-Homebrew#casks) will help you create, test, and submit a new cask to us.