From c5d36a2b52a9955d439e4c4da84ee49083d79029 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Thu, 26 Nov 2020 22:02:09 +0100 Subject: [PATCH] Update brew install command Apparently, they changed the `brew` install command for casks. Got this error message: > Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead. Change to newly suggested cask install style. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070df5c..0a468df 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ open cool-retro-term.app **Homebrew** ```sh -brew cask install cool-retro-term +brew install --cask cool-retro-term ``` ## Donations