From 305c571f27b788562be6d1309fc0386887c8d412 Mon Sep 17 00:00:00 2001 From: zeroXbrock <2791467+zeroXbrock@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:33:40 -0800 Subject: [PATCH] nit: move sqlite3 link to readme --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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