From 5b4ce9b33816311c4562c5aad1f9c04e932eb919 Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Sun, 28 May 2023 17:29:43 -0400 Subject: [PATCH] Update README.md Fixed instructions for go packages due to update --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 185aa82..ea996d2 100644 --- a/README.md +++ b/README.md @@ -83,18 +83,18 @@ The first step as always is to clone the repo. Before you compile ScareCrow, you To install them, run following commands: ``` -go get github.com/fatih/color -go get github.com/yeka/zip -go get github.com/josephspurrier/goversioninfo -go get github.com/Binject/debug/pe -go get github.com/awgh/rawreader +go install github.com/fatih/color@latest +go install github.com/yeka/zip@latest +go install github.com/josephspurrier/goversioninfo@latest +go install github.com/Binject/debug/pe@latest +go install github.com/awgh/rawreader@latest ``` Make sure that the following are installed on your OS: ``` -openssl -osslsigncode -mingw-w64 +sudo apt install openssl +sudo apt install osslsigncode +sudo apt install mingw-w64 ``` Then build it