From 2ef791e7973741915ffb39804604087603fbb030 Mon Sep 17 00:00:00 2001 From: Michael DeWitt Date: Thu, 23 Jun 2016 01:14:53 -0400 Subject: [PATCH] Fix references to non-existent `.rustup` directory. This should be reverted when #537 is fixed. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 996a6e6140..adf926510f 100644 --- a/README.md +++ b/README.md @@ -374,9 +374,10 @@ Command | Description ## Environment variables -- `RUSTUP_HOME` (default: `~/.rustup` or `%USERPROFILE%/.rustup`) +- `RUSTUP_HOME` (default: `~/.multirust` or `%USERPROFILE%/.multirust`) Sets the root rustup folder, used for storing installed - toolchains and configuration options. + toolchains and configuration options. (rustup used to be called multirust. Use + of `.multirust` is a holdover from that. See #537.) - `RUSTUP_TOOLCHAIN` (default: none) If set, will override the toolchain used for all rust tool