Let's be lazy...
Last updated 6 years ago
Go to and choose Rust. That's it!
If you are on Linux or Mac, run:
$ curl https://sh.rustup.rs -sSf | sh
And add the folling to either your .zshrc or .bash_profile file:
.zshrc
.bash_profile file
$ export PATH="$HOME/.cargo/bin:$PATH"