diff --git a/dist/compiling/macos.md b/dist/compiling/macos.md index c8122a62e..e55e0b4e0 100644 --- a/dist/compiling/macos.md +++ b/dist/compiling/macos.md @@ -3,7 +3,7 @@ On macOS, ImHex is built through regular GCC and LLVM clang. 1. Clone the repo using `git clone https://github.com/WerWolv/ImHex --recurse-submodules` -2. Install all the dependencies using `brew bundle --no-lock --file dist/macOS/Brewfile` +2. Install all the dependencies using `brew bundle --file dist/macOS/Brewfile` 3. Build ImHex itself using the following commands: ```sh cd ImHex