mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Remove --no-lock flag from macOS build instructions (#2584)
### Problem description -no-lock CLI options has been removed https://github.com/Homebrew/homebrew-bundle/pull/1509. ### Implementation description Remove flag from invocation.
This commit is contained in:
2
dist/compiling/macos.md
vendored
2
dist/compiling/macos.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user