We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d414ef + 2ef791e commit ad31730Copy full SHA for ad31730
README.md
@@ -374,9 +374,10 @@ Command | Description
374
375
## Environment variables
376
377
-- `RUSTUP_HOME` (default: `~/.rustup` or `%USERPROFILE%/.rustup`)
+- `RUSTUP_HOME` (default: `~/.multirust` or `%USERPROFILE%/.multirust`)
378
Sets the root rustup folder, used for storing installed
379
- toolchains and configuration options.
+ toolchains and configuration options. (rustup used to be called multirust. Use
380
+ of `.multirust` is a holdover from that. See #537.)
381
382
- `RUSTUP_TOOLCHAIN` (default: none)
383
If set, will override the toolchain used for all rust tool
0 commit comments