summaryrefslogtreecommitdiff
path: root/Documentation/BuildInstructions.md
diff options
context:
space:
mode:
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 9bbb5f556f..4c4f7b777c 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -111,7 +111,7 @@ Once you're in nix-shell, you should be able to follow the build directions.
Make sure you have all the dependencies installed:
```console
-brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10 ninja
+brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10 ninja cmake
brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh
```