Skip to content

Commit

Permalink
nit: move sqlite3 link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Nov 27, 2024
1 parent 6b3ce8f commit 305c571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305c571

Please sign in to comment.