Run rustup-init and specify an installation profile

rustup-init.sh

  • Script to install `rustup` and the Rust toolchain.
    More information: <https://forge.rust-lang.org/infra/other-installation-methods.html#rustup>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

rustup-init.sh --profile {{minimal|default|complete}}

click the source code to copy