Skip to content

Commit

Permalink
fix: add correct cargo command on installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Aug 18, 2023
1 parent b6a82ee commit 9e03bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ foundryup --path path/to/foundry
Or, by using a single Cargo command:

```sh
cargo install --git https://github.com/foundry-rs/foundry --profile local --force foundry-cli anvil chisel
cargo install --git https://github.com/foundry-rs/foundry --profile local forge cast chisel anvil
```

Or, by manually building from a local copy of the [Foundry repository](https://github.com/foundry-rs/foundry):
Expand Down

0 comments on commit 9e03bdd

Please sign in to comment.