You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel that the initial installation screen could be more friendly. These are some things that I'd like to change, but many are subjective. For reference, here is the current text:
Welcome to Rust!
This will download and install the official compiler for the Rust
programming language, and its package manager, Cargo.
It will add the `cargo`, `rustc`, `rustup` and other commands to
Cargo's bin directory, located at:
C:\Users\diggs\.cargo\bin
This path will then be added to your `PATH` environment variable by
modifying the HKEY_CURRENT_USER/Environment/PATH registry key.
You can uninstall at any time with `rustup self uninstall` and
these changes will be reverted.
WARNING: This is beta software.
To cancel installation, type "n", or for more options type "a",
then press the Enter key to continue.
Press the Enter key to install Rust.
a
Selected installation options:
default toolchain: stable
modify PATH variable: yes
I'm going to ask you the value of each these installation options.
You may simply press the Enter key to accept the default.
...
Indentation
The path and possibly the paragraphs could be indented a few spaces to give some structure to the message.
Colour/formatting
The heading could be more prominant. References to things currently delineated by backticks could be formatted differently.
Installation settings
The default installation settings are only shown after the user has made the choice to customize them. It would be more useful to show the settings first, and then ask the user whether to accept or customize them.
Options
Present the options as a list instead, eg.
The current installation options are XYZ
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
Enter choice (1-3):
The text was updated successfully, but these errors were encountered:
I feel that the initial installation screen could be more friendly. These are some things that I'd like to change, but many are subjective. For reference, here is the current text:
Indentation
The path and possibly the paragraphs could be indented a few spaces to give some structure to the message.
Colour/formatting
The heading could be more prominant. References to things currently delineated by backticks could be formatted differently.
Installation settings
The default installation settings are only shown after the user has made the choice to customize them. It would be more useful to show the settings first, and then ask the user whether to accept or customize them.
Options
Present the options as a list instead, eg.
The text was updated successfully, but these errors were encountered: