From 33834090bb90c0db1c2b520f6647d7a155e21df5 Mon Sep 17 00:00:00 2001 From: Nathan Lanza Date: Sat, 26 Dec 2020 19:18:15 -0500 Subject: Documentation: Update macOS build instructions cask invocation (#4561) brew deprecated `brew cask` and requires `brew install --cask` instead --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/BuildInstructions.md') diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 1067027e0a..3a842d8c71 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 ``` -- cgit v1.2.3