Documentation: Update macOS build instructions cask invocation (#4561)

brew deprecated `brew cask` and requires `brew install --cask` instead
This commit is contained in:
Nathan Lanza 2020-12-26 19:18:15 -05:00 committed by GitHub
parent f1534ff36e
commit 33834090bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ Ensure your CMake version is >= 3.16 with `cmake --version`. If your system does
Make sure you have all the dependencies installed:
```bash
brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10
brew cask install osxfuse
brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh
```