Skip to content

Commit 28eda32

Browse files
committed
update docs
1 parent bc4833f commit 28eda32

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ This shall print the help menu of Movy.
1515
Additionally, you could also build `Movy` locally.
1616

1717
```bash
18-
# Install dependencies
19-
apt install -y libssl-dev libclang-dev
18+
# Install dependencies on Ubuntu/Debian
19+
apt install -y libssl-dev libclang-dev libz3-dev
20+
# Install dependencies on macOS
21+
brew install z3
2022

2123
# Build movy
2224
git clone https://github.com/BitsLabSec/movy

0 commit comments

Comments
 (0)