Skip to content

Commit

Permalink
Merge pull request #545 from mjdwitt/fix-readme
Browse files Browse the repository at this point in the history
Fix references to non-existent `.rustup` directory.
  • Loading branch information
brson authored Jun 28, 2016
2 parents 0d414ef + 2ef791e commit ad31730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad31730

Please sign in to comment.