diff options
author | thislooksfun <tlf@thislooks.fun> | 2021-04-27 18:38:42 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-28 09:28:19 +0200 |
commit | 906460e62ada28086f0971d01b7cd6ce5dbc11c4 (patch) | |
tree | 802b2b8454dc581406ff12ff74950f8e6f3ccab0 /Documentation | |
parent | bae86cbaa7f3d6bd3c679f0ae42fb872b1609d57 (diff) | |
download | serenity-906460e62ada28086f0971d01b7cd6ce5dbc11c4.zip |
Documentation: Fix typo (duplicate osxfuse) from #6069
This fixes part of #6656.
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 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 ``` |