rustup is an installer for
the systems programming language
Rust
To install Rust, if you are running Unix,
run the following
in your terminal, then follow the onscreen instructions.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
If you are running Windows 64-bit,
download and run
rustup‑init.exe
then follow the onscreen instructions.
If you are running Windows 32-bit,
download and run
rustup‑init.exe
then follow the onscreen instructions.
Need help? Ask on #rust-beginners.
rustup is an official Rust project.
other installation options
·
component availability
·
about rustup