From b958192f456f0af2bbafbf3e6b6a39883c067ee4 Mon Sep 17 00:00:00 2001 From: Danny Fowler Date: Wed, 14 Apr 2021 09:56:05 -0700 Subject: [PATCH] Add updated cask installation method for brew As of Homebrew 3.1.2, `cask` CLI invocation syntax has changed. Previous syntax: ```brew cask install ``` New syntax: ```brew install --cask ``` I've updated the README.md to reflect this change. --- 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 ```