Skip to content

Commit

Permalink
more nuanced contributing hint
Browse files Browse the repository at this point in the history
This is getting a bit out of hand...
  • Loading branch information
durka authored Mar 14, 2017
1 parent 177b604 commit ece79d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,12 +591,13 @@ directory, with a series of commands similar to this:
```bash
$ cargo build
$ mkdir home
$ export RUSTUP_HOME=home CARGO_HOME=home
$ target/debug/rustup-init --no-modify-path -y
$ RUSTUP_HOME=home CARGO_HOME=home target/debug/rustup-init --no-modify-path -y
```

You can then try out rustup with your changes by running `home/bin/rustup`, without
affecting any existing installation.
You can then try out `rustup` with your changes by running `home/bin/rustup`, without
affecting any existing installation. Remember to keep those two environment variables
set when running your compiled `rustup-init` or the toolchains it installs, but _unset_
when rebuilding `rustup` itself.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the
Expand Down

0 comments on commit ece79d8

Please sign in to comment.