update Readme

This commit is contained in:
d3vyce 2023-02-11 06:01:16 -05:00
parent 43a549c1ea
commit 1b0fe8fc01

View File

@ -4,11 +4,11 @@
# Quick Start # 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 ```bash
sudo apt install gccgo-go # https://phoenixnap.com/kb/debian-install-go
sudo apt install python-pip sudo apt install python-pip # pip
curl https://sh.rustup.rs -sSf | sh curl https://sh.rustup.rs -sSf | sh # rust
``` ```
To run the script use the following command: To run the script use the following command:
```Bash ```Bash