From df9ee0fe913197cb50370a8fc1a329727a308f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20F=C3=A1w=E1=BB=8Dl=C3=A9?= Date: Tue, 7 Jan 2025 10:48:59 +0100 Subject: [PATCH] Update README.md to include error handling for Windows users I encountered an error that other Windows users trying to use Aderyn can also run into. The Aderyn installation bash won't run if there's no Windows Distribution. This can simply be fixed by having a running Ubuntu or other distribution. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8012be234..7b7e9122f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ Cyfrinup is a CLI tool that simplifies the installation and management of Cyfrin 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 don't have Windows Distribution system. + +You can fix this by going to Microsoft Store, download Ubuntu, and have it running. #### Step 2: Update Path The installer will prompt you to run a `source` command. Either run this command, or reload your terminal.