diff --git a/README.md b/README.md index d64bc4869c7..3cebaa5db7b 100644 --- a/README.md +++ b/README.md @@ -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.