From fdffd8ece5eb98595bae16bf0ec17a9abb2bc126 Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 4 Apr 2021 03:00:44 -0400 Subject: [PATCH] Meta: Removed commas from command in macOS prereqs (#6109) The commas cause Homebrew to attempt to install "osxfuse," instead of osxfuse. "osxfuse," doesn't exist. --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 3c8aa9a2ad..1d066b3926 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 + ex2 -brew install osxfuse, e2fsprogs, m4, autoconf, automake, libtool +brew install osxfuse e2fsprogs m4 autoconf automake libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh ```