From 124dbb69c641f37af9be0427bd023101f59b9d08 Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Thu, 16 May 2024 19:37:43 +0800 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Bevan Kay --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b25fba969c..eda5d5fc512 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.