Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add `--offline --locked` prevent cargo from fetching the latest source, will cause FeeHistory to break due to a newer update of `alloy-rs`
  • Loading branch information
p3nj authored Feb 7, 2024
1 parent 2cf84d9 commit 81c1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A local Ethereum node, akin to Ganache, designed for development with [**Forge**
```sh
git clone https://github.com/foundry-rs/foundry
cd foundry
cargo install --path ./crates/anvil --profile local --force
cargo install --path ./crates/anvil --profile local --locked --offline --force
```

## Getting started
Expand Down

0 comments on commit 81c1e1d

Please sign in to comment.