From f07ca9e3c502c1bb593c6fa5b614b8b6c5549da7 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 19 Sep 2024 12:49:33 -0500 Subject: [PATCH 1/2] chore: update installation method --- src/getting-started/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/getting-started/installation.md b/src/getting-started/installation.md index a3a5984cb..c5b5e2266 100644 --- a/src/getting-started/installation.md +++ b/src/getting-started/installation.md @@ -14,9 +14,7 @@ Foundryup-zksync is the Foundry-ZKsync toolchain installer. You can find more ab Open your terminal and run the following command from the repository: ```sh -git clone https://github.com/matter-labs/foundry-zksync.git -cd foundry-zksync/foundryup-zksync -./install.sh +curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash ``` This will install Foundryup-zksync, then simply follow the instructions on-screen, From 55ff66d8a357cb4bf7a1df96f3396ecd9b0a642c Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Mon, 23 Sep 2024 08:34:03 -0500 Subject: [PATCH 2/2] empty --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e5e8126cc..ed0bb3d88 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ # 📖 Foundry ZKsync Book A book on all things foundry ZKsync. [Read now](https://foundry-book.zksync.io/). -