diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8f6b7b..1517b92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ cargo test --workspace cargo +nightly clippy --workspace ``` -> 💡 you need [anvil from Foundry](https://book.getfoundry.sh/) and [sqlite3](https://packages.debian.org/sid/libsqlite3-dev) to run the tests +> 💡 you need [anvil from Foundry](https://book.getfoundry.sh/) to run the tests ### Tests diff --git a/README.md b/README.md index 8a9396f..a15e5b7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Contender is a high-performance Ethereum network spammer and testing tool design ## Installation -To install the Contender CLI, you need to have the [Rust toolchain](https://rustup.rs/) installed on your system. Then install from github: +To install the Contender CLI, you need to have the [Rust toolchain](https://rustup.rs/) and [libsqlite3-dev](https://packages.debian.org/sid/libsqlite3-dev) installed on your system. Then install from github: ```bash cargo install --git https://github.com/flashbots/contender --bin contender