From f62704ec1ddef6fa09a43c868e8e131a25131198 Mon Sep 17 00:00:00 2001 From: Dmitrii Kovalkov Date: Sat, 9 Nov 2024 02:34:16 +0300 Subject: [PATCH] Add one more useful step to CONTRIBUTING.md Signed-off-by: Dmitrii Kovalkov --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eda5d5fc512e..24b101824eef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` +: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