1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:17:35 +00:00

Documentation: Fix typo (ex2 -> ext2) from #6069

This commit is contained in:
thislooksfun 2021-04-27 18:37:16 -05:00 committed by Linus Groh
parent 91def742a4
commit bae86cbaa7

View file

@ -114,7 +114,7 @@ Make sure you have all the dependencies installed:
# core # core
brew install coreutils qemu bash gcc@10 ninja cmake brew install coreutils qemu bash gcc@10 ninja cmake
# Fuse + ex2 # Fuse + ext2
brew install osxfuse e2fsprogs m4 autoconf automake libtool brew install osxfuse e2fsprogs m4 autoconf automake libtool
brew install --cask osxfuse brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh Toolchain/BuildFuseExt2.sh