Skip to content

Commit

Permalink
Fixing minor typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Jul 31, 2024
1 parent 92721a9 commit 03d1bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ curl -L https://foundry.paradigm.xyz | bash
```

Next, you need to have either [Z3](https://github.com/Z3Prover/z3) or
[CVC5](https://cvc5.github.io/) installed. Often, these can be installed via:
[cvc5](https://cvc5.github.io/) installed. Often, these can be installed via:
```
$ sudo apt-get install z3
```
or similar. If you installed CVC5 instead, you will need to pass the flag
or similar. If you installed cvc5 instead, you will need to pass the flag
"--solver cvc5" to "hevm test" later.


Expand Down Expand Up @@ -41,7 +41,7 @@ Checking 1 function(s) in contract src/contract-pass.sol:MyContract
[PASS] prove_pass(address,uint256)
```

See [ds-test Tutorial](./ds-test-tutorial.md) for details.
See [ds-test tutorial](./ds-test-tutorial.md) for details.

Note that Foundry provides the solidity compiler, hence there is no need to
install solidity separately.

0 comments on commit 03d1bf4

Please sign in to comment.