🦀 Install Rust with Rustup
curl https://sh.rustup.rs -sSf | sh🦀 Install Windows Subsystem for Linux then follow the Linux instructions above from a WSL terminal
👀 Take a look in ~/.cargo/bin. rustc, cargo and rustup, should have just been installed there, along with the rest of the Rust toolchain.
Setup an IDE of your choice. We strongly recommend the Rust plugin for Intellij as that’s what we’ll be coding along with but recognize it’s not to everyone’s tastes. If you’re still determined to use something else, there is a list here which has the usual suspects on it.

