From 906460e62ada28086f0971d01b7cd6ce5dbc11c4 Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Tue, 27 Apr 2021 18:38:42 -0500 Subject: [PATCH] Documentation: Fix typo (duplicate osxfuse) from #6069 This fixes part of #6656. --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 03ec0b86d4..11c23f7605 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -115,7 +115,7 @@ Make sure you have all the dependencies installed: brew install coreutils qemu bash gcc@10 ninja cmake # Fuse + ext2 -brew install osxfuse e2fsprogs m4 autoconf automake libtool +brew install e2fsprogs m4 autoconf automake libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh ```