mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Documentation: Update macOS build instructions cask invocation (#4561)
brew deprecated `brew cask` and requires `brew install --cask` instead
This commit is contained in:
parent
f1534ff36e
commit
33834090bb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Ensure your CMake version is >= 3.16 with `cmake --version`. If your system does
|
|||
Make sure you have all the dependencies installed:
|
||||
```bash
|
||||
brew install coreutils qemu e2fsprogs m4 autoconf libtool automake bash gcc@10
|
||||
brew cask install osxfuse
|
||||
brew install --cask osxfuse
|
||||
Toolchain/BuildFuseExt2.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue