diff options
author | Will <will.morong@gmail.com> | 2021-04-04 03:00:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 09:00:44 +0200 |
commit | fdffd8ece5eb98595bae16bf0ec17a9abb2bc126 (patch) | |
tree | 9a5adfdd30e414582c1192dde304dc2f8153dc64 /Documentation | |
parent | a856e8d8058e6be9a21ca10c8ab53c21c8a2206d (diff) | |
download | serenity-fdffd8ece5eb98595bae16bf0ec17a9abb2bc126.zip |
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.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |