From 73cb4874a5804ad747c15acd9c33809724f5439f Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:27:30 +0200 Subject: [PATCH] Revert "Update installation.md (#1313)" This reverts commit ce804d1d2472cd151d03a58c7c646764f1940260. --- 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 749925414..cbe71d3ca 100644 --- a/src/getting-started/installation.md +++ b/src/getting-started/installation.md @@ -49,7 +49,7 @@ foundryup --path path/to/foundry Alternatively, you can install via Cargo with the following command: ```sh -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 ``` You can also manually build from a local copy of the [Foundry repository](https://github.com/foundry-rs/foundry):