Skip to content

Commit

Permalink
Update README.md (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly authored Aug 22, 2023
1 parent 45e26de commit fb09d62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ It provides parallelized fuzz testing of smart contracts through CLI, or its Go

### Precompiled binaries

To use `medusa`, first ensure you have [crytic-compile](https://github.com/crytic/crytic-compile) and a suitable compilation framework (e.g. `solc`, `hardhat`) installed on your machine.
To use `medusa`, ensure you have:

- [crytic-compile](https://github.com/crytic/crytic-compile) (`pip3 install crytic-compile`)
- a suitable compilation framework (e.g. `solc`, `hardhat`) installed on your machine. We recommend [solc-select](https://github.com/crytic/solc-select) to quickly switch between Solidity compiler versions.

You can then fetch the latest binaries for your platform from our [GitHub Releases](https://github.com/crytic/medusa/releases) page.

Expand Down

0 comments on commit fb09d62

Please sign in to comment.