summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGurkirat Singh <tbhaxor@gmail.com>2022-01-18 06:54:07 +0530
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-01-24 05:43:36 +0000
commitecf53105b0cc48ef5a463d16ffb5928717244a75 (patch)
treeaa834eb984fa116235c59554b68ed7ba6fc9a1f5 /Documentation
parent395d9a27026d790c94779c2fe44f2554300750f0 (diff)
downloadserenity-ecf53105b0cc48ef5a463d16ffb5928717244a75.zip
Documentation: Replace deprecated osxfuse with macfuse
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructionsMacOS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md
index 5b439b28e4..86309fe220 100644
--- a/Documentation/BuildInstructionsMacOS.md
+++ b/Documentation/BuildInstructionsMacOS.md
@@ -17,7 +17,7 @@ brew install coreutils e2fsprogs qemu bash gcc@11 imagemagick ninja cmake ccache
# (option 1) fuse + ext2
brew install m4 autoconf automake libtool
-brew install --cask osxfuse
+brew install --cask macfuse
Toolchain/BuildFuseExt2.sh
# (option 2) genext2fs
@@ -26,5 +26,5 @@ brew install genext2fs
Notes:
-- Installing osxfuse for the first time requires enabling its system extension in System Preferences and then restarting
- your machine. The output from installing osxfuse with brew says this, but it's easy to miss.
+- Installing macfuse for the first time requires enabling its system extension in System Preferences and then restarting
+ your machine. The output from installing macfuse with brew says this, but it's easy to miss.