3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

Fix minor typo in `README.md`

This commit is contained in:
Dan Liew 2016-01-12 11:25:30 +00:00
parent 08139d1ab1
commit 55ea75d0a9

View file

@ -148,7 +148,7 @@ and install Z3 there.
```bash
virtualenv venv
source venv/bin/active
source venv/bin/activate
python scripts/mk_make.py --python
cd build
make