From bf704bbf3ca278baf2957a6a4aa66d59465c9783 Mon Sep 17 00:00:00 2001 From: Mohammad Parvin Date: Sun, 15 Feb 2026 15:39:53 +0330 Subject: [PATCH] update brew command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cask in invalid option for brew now, it's deprecated: https://docs.brew.sh/Deprecating-Disabling-and-Removing-Casks ``` ❯ brew cask install osxfuse Example usage: brew search TEXT|/REGEX/ brew info [FORMULA|CASK...] brew install FORMULA|CASK... brew update brew upgrade [FORMULA|CASK...] brew uninstall FORMULA|CASK... brew list [FORMULA|CASK...] Troubleshooting: brew config brew doctor brew install --verbose --debug FORMULA|CASK Contributing: brew create URL [--no-fetch] brew edit [FORMULA|CASK...] Further help: brew commands brew help [COMMAND] man brew https://docs.brew.sh Error: Invalid usage: Unknown command: brew cask ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a76e85..72911e4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you use OS X I suggest you rely on the [homebrew project](http://mxcl.github. Once you have homebrew installed, simply type the following two commands: -`$ brew cask install osxfuse` +`$ brew install osxfuse` `$ brew install ext4fuse`