-
Notifications
You must be signed in to change notification settings - Fork 911
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add interactive advanced installation
This allows users to change --no-modify-path and --default-toolchain from the interactive cli installer. A typical session looks like ``` ... snip ... 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. Default toolchain? (stable/beta/nightly) nightly Modify PATH variable? (y/n) n That's it! We're ready to install Rust. Selected installation options: default toolchain: nightly modify PATH variable: no 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. info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu' info: default toolchain set to 'nightly' nightly unchanged - rustc 1.9.0-nightly (177905703 2016-04-08) Rust is installed now. Great! To get started you need Cargo's bin directory in your `PATH` environment variable. To configure your current shell run `source /home/brian/dev/.cargo/env`. ```
- Loading branch information
Showing
4 changed files
with
219 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters