Add rush install

This commit is contained in:
d3vyce 2023-02-11 05:42:32 -05:00
parent 5a80546285
commit 02194a66eb

View File

@ -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