Options (1)
booleanDownload and run `rustup-init` to install `rustup` and the default Rust toolchain
Example:
curl https://sh.rustup.rs {{[-sSf|--silent --show-error --fail]}} | sh -sExamples (7)
Download and run `rustup-init` to install `rustup` and the default Rust toolchain
Download and run `rustup-init` and pass arguments to it
Run `rustup-init` and specify additional components or targets to install
rustup-init.sh --target target --component componentRun `rustup-init` and specify the default toolchain to install
rustup-init.sh --default-toolchain toolchainRun `rustup-init` and do not install any toolchain
rustup-init.sh --default-toolchain noneRun `rustup-init` and specify an installation profile
rustup-init.sh --profile minimal|default|completeRun `rustup-init` without asking for confirmation
rustup-init.sh -ymade by @shridhargupta | data from tldr-pages