From 448a0d9f3d5b9c87f863c69b5e2811eaad3e1ca1 Mon Sep 17 00:00:00 2001 From: with-kim <83206820+with-kim@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:23:35 +0900 Subject: [PATCH] brew cask deprecated Error: `brew cask` is no longer a `brew` command. Use `brew --cask` instead. - brew cask commands were deprecated on 2020-12-01 with the release of Homebrew 2.6.0. Starting then, all brew cask commands succeeded but displayed a warning informing users that the command would soon be disabled. The message also provides the appropriate replacement. - brew cask commands were disabled on 2020-12-21 with the release of Homebrew 2.7.0. Starting then, all brew cask commands failed and displayed a warning informing users that the command is disabled. The message also provides the appropriate replacement. - With the release of Homebrew 2.8.0 (release date TBD), this disable message will be removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f55935a7..e746ccbd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ close-to-open. * On macOS, install via [Homebrew](https://brew.sh/): ```ShellSession -$ brew cask install osxfuse +$ brew install --cask osxfuse $ brew install goofys ```