Here is the link to the rustup website
Here are the docs for rustup
-
curl https://sh.rustup.rs -sSf | sh
(This is now the official rust version manager!) -
Hit 1 and then Enter. Wait a minute or two depending on your internet.
-
source $HOME/.cargo/env
Now you will have access to rust and the cargo tool in your current Terminal session.
Here are the official docs: https://doc.rust-lang.org/book/ (A nice command line number guesser game is the first thing, so enjoy it!)
Best way to learn Rust and its weird static/functional/safe world http://rustbyexample.com
Here is the official reference to all the documentation: https://www.rust-lang.org/documentation.html
Have fun!