From d246b9e8bf88880fb7f36574dc4d71174c821c6f Mon Sep 17 00:00:00 2001 From: Brian Myers Date: Mon, 21 Dec 2020 09:04:54 -0800 Subject: [PATCH] Update README for change in brew arguments * Homebrew changed the arguments required to install casks. Previously, `brew cask install ` was the correct syntax, but now it's `brew install --cask `. This small commit updates the instructions for installing `osxfuse` to reflect this change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fdefa..9705b05 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Many systems provide pre-built packages: * macOS via [Homebrew](https://brew.sh/): ``` - brew cask install osxfuse + brew install --cask osxfuse brew install s3fs ```