We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.rustup
1 parent 48b7e53 commit 2ef791eCopy full SHA for 2ef791e
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