We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252aa1 commit 74d8c0fCopy full SHA for 74d8c0f
1 file changed
CONTRIBUTING.md
@@ -150,11 +150,11 @@ xcode-select --install
150
151
### Z3 installation
152
153
-The `openshell-prover` crate links against the system Z3 library via pkg-config.
+The `openshell-prover` crate links against the system Z3 library via `pkg-config`.
154
155
```bash
156
# macOS
157
-brew install z3
+brew install z3 pkg-config
158
159
# Ubuntu / Debian
160
sudo apt install libz3-dev
0 commit comments