Update README for change in brew arguments

* Homebrew changed the arguments required to install casks. Previously,
  `brew cask install <package>` was the correct syntax, but now it's
  `brew install --cask <package>`. This small commit updates the
  instructions for installing `osxfuse` to reflect this change
This commit is contained in:
Brian Myers 2020-12-21 09:04:54 -08:00 committed by Andrew Gaul
parent ef3d4e506d
commit d246b9e8bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
```