From d5abe6622746031961f9644f703632f6613b38be Mon Sep 17 00:00:00 2001 From: Max von Webel Date: Fri, 4 Nov 2022 12:29:51 +0100 Subject: [PATCH] Fixed installation instructions for homebrew `brew cask install whalebird` produces an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fece2fe4..75ceef63 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ So on, you can install from Homebrew: ``` $ brew update -$ brew cask install whalebird +$ brew install --cask whalebird ``` :sparkles: Thanks to [@singingwolfboy](https://github.com/singingwolfboy) for adding it to [homebrew-cask](https://github.com/Homebrew/homebrew-cask/blob/cf568882b6e012956ca404a16be2db36ca873002/Casks/whalebird.rb).