From 9e03bdd5671f75f30b70cc91714b3113fc66ba7f Mon Sep 17 00:00:00 2001 From: evalir Date: Fri, 18 Aug 2023 13:54:43 -0400 Subject: [PATCH] fix: add correct cargo command on installation guide --- src/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started/installation.md b/src/getting-started/installation.md index 70076ebe2..0b53a507d 100644 --- a/src/getting-started/installation.md +++ b/src/getting-started/installation.md @@ -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):