Post

Installing Rust

Installing Rust

Windows

Download and run rustup-init.exe

Linux or macOS

Run curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh in your shell. This downloads and runs rustup-init.sh, which in turn downloads and runs the correct version of the rustup-init executable for your platform

References

https://www.rust-lang.org/tools/install

https://forge.rust-lang.org/infra/other-installation-methods.html

This post is licensed under CC BY 4.0 by the author.