From bae86cbaa7f3d6bd3c679f0ae42fb872b1609d57 Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Tue, 27 Apr 2021 18:37:16 -0500 Subject: [PATCH] Documentation: Fix typo (ex2 -> ext2) from #6069 --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index c8c649ed5a..03ec0b86d4 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -114,7 +114,7 @@ Make sure you have all the dependencies installed: # core brew install coreutils qemu bash gcc@10 ninja cmake -# Fuse + ex2 +# Fuse + ext2 brew install osxfuse e2fsprogs m4 autoconf automake libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh