From b2e2ee5c53d2c9c8dc8aee219f3e06c91b0f7ad0 Mon Sep 17 00:00:00 2001 From: Tilak Madichetti Date: Fri, 7 Mar 2025 01:24:36 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 88c30029..b494a3d3 100644 --- a/README.md +++ b/README.md @@ -58,22 +58,12 @@ You can read the [Cyfrin official documentation](https://docs.cyfrin.io) for an > **NOTE** Windows users must have WSL installed ### Using Cyfrinup -#### Step 1: Install Cyfrinup -Cyfrinup is a CLI tool that simplifies the installation and management of Cyfrin tools. To install Cyfrinup, run the following command in your terminal: -```sh -curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash -``` -If you get a `failed writing body` error in Windows, it's most likely because you are not using Windows Subsytem for Linux. +**Cyfrinup** simplifies the installation and management of Cyfrin tools. -#### Step 2: Update Path -The installer will prompt you to run a `source` command. Either run this command, or reload your terminal. +Follow the instructions to install [here](https://github.com/Cyfrin/up). + +Run `aderyn --version` to check the installation. -#### Step 3: Install Aderyn using Cyfrinup -After installing Cyfrinup, you can use it to install Aderyn. Run the following command in your terminal: -```sh -cyfrinup -``` -Verify the installation by running `aderyn --version` ##### Upgrade older versions by (re)running: `cyfrinup`