We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b9beb commit 37a9b02Copy full SHA for 37a9b02
src/getting-started/installation.md
@@ -49,7 +49,7 @@ foundryup --path path/to/foundry
49
Alternatively, you can install via Cargo with the following command:
50
51
```sh
52
-cargo install --git https://github.com/foundry-rs/foundry --profile release --locked forge foundry-cast chisel anvil
+cargo install --git https://github.com/foundry-rs/foundry --profile release --locked forge cast chisel anvil
53
```
54
55
You can also manually build from a local copy of the [Foundry repository](https://github.com/foundry-rs/foundry):
0 commit comments