From 02194a66eb43823409488ed1a95496e1017af1c1 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 11 Feb 2023 05:42:32 -0500 Subject: [PATCH] Add rush install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67c1c19..ecd9a88 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Before running the script make sure you have `go` and `pip` installed. ```bash sudo apt install gccgo-go sudo apt install python-pip +curl https://sh.rustup.rs -sSf | sh ``` To run the script use the following command: ```Bash