Skip to content

Commit 2ef791e

Browse files
author
Michael DeWitt
committed
Fix references to non-existent .rustup directory.
This should be reverted when #537 is fixed.
1 parent 48b7e53 commit 2ef791e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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)