We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381d76c commit 36440d8Copy full SHA for 36440d8
crates/anvil/README.md
@@ -20,7 +20,7 @@ A local Ethereum node, akin to Ganache, designed for development with [**Forge**
20
```sh
21
git clone https://github.com/foundry-rs/foundry
22
cd foundry
23
-cargo install --path ./crates/anvil --profile local --locked --offline --force
+cargo install --path ./crates/anvil --profile local --locked --force
24
```
25
26
## Getting started
0 commit comments