Installation
Installing rustup
first…
install rustup via shell script
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
install rustup via brew
brew install rustup-init (1)
rustup-init (2)
Welcome to Rust!
[...]
Current installation options:
default host triple: aarch64-apple-darwin
default toolchain: stable (default)
profile: default
modify PATH variable: yes
1) Proceed with standard installation (default - just press enter)
2) Customize installation
3) Cancel installation
1 | install rustup |
2 | install rust binaries and add them to paths etc… |