From c4dc92b233012a6e374737c830cdcada88151da9 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 30 May 2024 05:54:48 -0500 Subject: [PATCH] chore: update readme (#376) Co-authored-by: Nisheeth Barthwal --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b7868bbd3..39426eaf9 100644 --- a/README.md +++ b/README.md @@ -80,21 +80,14 @@ Follow these steps to quickly install the binaries for `foundry-zksync`: cd foundry-zksync ``` -3. **Make the Installer Executable**: - Before running the installation script, ensure it is executable. This step is crucial for allowing the script to run without permission issues. - - ```bash - chmod +x ./install-foundry-zksync - ``` - -4. **Run the Installer**: +3. **Run the Installer**: Now, you're ready to execute the installation script. This command initializes the setup and installs `foundry-zksync` binaries `forge` and `cast`. ```bash ./install-foundry-zksync ``` -5. **Verify the Installation** (Recommended): +4. **Verify the Installation** (Recommended): After installation, it's good practice to verify that the binaries have been installed correctly. Run the following command to check the installed version: ```bash