Skip to content

Commit 74d8c0f

Browse files
committed
docs: add pkg-config to macOS prerequisites
Signed-off-by: Artem Lytvyn <alytvyn@redhat.com>
1 parent 6252aa1 commit 74d8c0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ xcode-select --install
150150

151151
### Z3 installation
152152

153-
The `openshell-prover` crate links against the system Z3 library via pkg-config.
153+
The `openshell-prover` crate links against the system Z3 library via `pkg-config`.
154154

155155
```bash
156156
# macOS
157-
brew install z3
157+
brew install z3 pkg-config
158158

159159
# Ubuntu / Debian
160160
sudo apt install libz3-dev

0 commit comments

Comments
 (0)