Last updated 1 year ago
cargo - Rust official package manager
Select your Operating System
Download Rust Here
Other installation methods
Open cmd or PowerShell and type:
rustc --version
cargo --version
If it returns the version of both then it is installed correctly!
If you are on any Linux, Mac OS, or other Unix-like distro, run the following command in your Terminal
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Open Terminal and run: