Skip to content

Commit ed1f120

Browse files
authored
build: Remove --no-lock flag from macOS build instructions (WerWolv#2584)
### Problem description -no-lock CLI options has been removed Homebrew/homebrew-bundle#1509. ### Implementation description Remove flag from invocation.
1 parent bf461ab commit ed1f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/compiling/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
On macOS, ImHex is built through regular GCC and LLVM clang.
44

55
1. Clone the repo using `git clone https://github.com/WerWolv/ImHex --recurse-submodules`
6-
2. Install all the dependencies using `brew bundle --no-lock --file dist/macOS/Brewfile`
6+
2. Install all the dependencies using `brew bundle --file dist/macOS/Brewfile`
77
3. Build ImHex itself using the following commands:
88
```sh
99
cd ImHex

0 commit comments

Comments
 (0)