Install Rust

Pascal Precht
InstructorPascal Precht
Share this video with your friends

Social Share Links

Send Tweet

In this lesson you'll learn how to install Rust's toolchain.

Instructor: [00:00] To install Rust we head over to rust-lang.org and then we click Install. We scroll down to this curl command here. Copy it and run it in our terminal. This will ask us to customize the installation, but we'll just proceed with the default one and hit 1.

[00:24] Once that is done, we have a few new commands, including rustc, the compiler program. We have cargo, the package manager, and we have rustup, the toolchain command.