summaryrefslogtreecommitdiff
path: root/Documentation/BuildInstructions.md
diff options
context:
space:
mode:
authorNathan Lanza <nathan@lanza.io>2020-12-26 19:18:15 -0500
committerGitHub <noreply@github.com>2020-12-27 01:18:15 +0100
commit33834090bb90c0db1c2b520f6647d7a155e21df5 (patch)
treef3fa6b412adaacd279eb4ed2cd72ac108e1fb68a /Documentation/BuildInstructions.md
parentf1534ff36e905f44d444433bb93eec25f5985b99 (diff)
downloadserenity-33834090bb90c0db1c2b520f6647d7a155e21df5.zip
Documentation: Update macOS build instructions cask invocation (#4561)
brew deprecated `brew cask` and requires `brew install --cask` instead
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
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
```