Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Knight authored and Knight committed Jun 12, 2016
1 parent a4aa240 commit c8e5a4b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,14 @@ Command | Description
invocations. A toolchain with this name should be installed, or
invocations will fail.

- `RUSTUP_DIST_ROOT` (default: `https://static.rust-lang.org/dist`)
Sets the root URL for downloading Rust toolchains and release
channel updates. You can change this to instead use a local mirror,
- `RUSTUP_DIST_SERVER` (default: `https://static.rust-lang.org`)
Sets the root URL for downloading static resources related to Rust.
You can change this to instead use a local mirror,
or to test the binaries from the staging directory.

- `RUSTUP_DIST_ROOT` (default: `https://static.rust-lang.org/dist`)
Deprecated. Use `RUSTUP_DIST_SERVER` instead.

- `RUSTUP_UPDATE_ROOT` (default `https://static.rust-lang.org/rustup/dist`)
Sets the root URL for downloading self-updates.

Expand Down

0 comments on commit c8e5a4b

Please sign in to comment.