From 1b0fe8fc01d26ba5b401856e6d6419aefcf20909 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 11 Feb 2023 06:01:16 -0500 Subject: [PATCH] update Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecd9a88..e90cbab 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ # Quick Start -Before running the script make sure you have `go` and `pip` installed. +Before running the script make sure you have `go`, `pip` and `rust` installed. ```bash -sudo apt install gccgo-go -sudo apt install python-pip -curl https://sh.rustup.rs -sSf | sh +# https://phoenixnap.com/kb/debian-install-go +sudo apt install python-pip # pip +curl https://sh.rustup.rs -sSf | sh # rust ``` To run the script use the following command: ```Bash