How to install Rust
MacOS and Linux
Rust calls the setup by "rustup". And to run they, follow this command:
curl https://sh.rustup.rs -sSf | shThis command will download and run the rustup-init.sh
To check the version of Rust run:
rustc --versionRust calls the setup by "rustup". And to run they, follow this command:
curl https://sh.rustup.rs -sSf | shThis command will download and run the rustup-init.sh
To check the version of Rust run:
rustc --version