Skip to content

Commit ad31730

Browse files
authored
Merge pull request #545 from mjdwitt/fix-readme
Fix references to non-existent `.rustup` directory.
2 parents 0d414ef + 2ef791e commit ad31730

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,10 @@ Command | Description
374374

375375
## Environment variables
376376

377-
- `RUSTUP_HOME` (default: `~/.rustup` or `%USERPROFILE%/.rustup`)
377+
- `RUSTUP_HOME` (default: `~/.multirust` or `%USERPROFILE%/.multirust`)
378378
Sets the root rustup folder, used for storing installed
379-
toolchains and configuration options.
379+
toolchains and configuration options. (rustup used to be called multirust. Use
380+
of `.multirust` is a holdover from that. See #537.)
380381

381382
- `RUSTUP_TOOLCHAIN` (default: none)
382383
If set, will override the toolchain used for all rust tool

0 commit comments

Comments
 (0)