diff --git a/dist/compiling/macos.md b/dist/compiling/macos.md index 45358f4d4..c8122a62e 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/Brewfile` +2. Install all the dependencies using `brew bundle --no-lock --file dist/macOS/Brewfile` 3. Build ImHex itself using the following commands: ```sh cd ImHex @@ -19,4 +19,4 @@ cmake -G "Ninja" \ -DIMHEX_GENERATE_PACKAGE=ON \ .. ninja install -``` \ No newline at end of file +```