summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorthislooksfun <tlf@thislooks.fun>2021-04-27 18:38:42 -0500
committerLinus Groh <mail@linusgroh.de>2021-04-28 09:28:19 +0200
commit906460e62ada28086f0971d01b7cd6ce5dbc11c4 (patch)
tree802b2b8454dc581406ff12ff74950f8e6f3ccab0 /Documentation
parentbae86cbaa7f3d6bd3c679f0ae42fb872b1609d57 (diff)
downloadserenity-906460e62ada28086f0971d01b7cd6ce5dbc11c4.zip
Documentation: Fix typo (duplicate osxfuse) from #6069
This fixes part of #6656.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
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
```