blob: 643949bff57d8763872bf6220b7c48a80b7f8769 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
Usage:
1. Use the following command to install rustup only to $RUSTUP_HOME (default: $HOME/.rustup).
$ rustup-init --profile minimal --default-toolchain none -y
2. Use the following command to install toolchains to $CARGO_HOME (default: $HOME/.cargo) in a new terminal session.
$ rustup default stable
EOM
}
]
|