diff options
| author | Kornel <kornel@geekhood.net> | 2017-07-05 15:24:41 +0100 |
|---|---|---|
| committer | Kornel <kornel@geekhood.net> | 2017-07-06 12:26:34 +0100 |
| commit | 1297b2d9521acad0bdc87457663e96a84926709d (patch) | |
| tree | 5c7d1da14f400a30f6892ae4abf67c192ed9c2aa | |
| parent | afb853a3d742ada964ea06cccd422b08ea250cd3 (diff) | |
| download | rust-1297b2d9521acad0bdc87457663e96a84926709d.tar.gz rust-1297b2d9521acad0bdc87457663e96a84926709d.zip | |
Suggest rustup toolchain link
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f121f8d6ed..370cf6c0b43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -232,6 +232,7 @@ Some common invocations of `x.py` are: guidelines as of yet, but basic rules like 4 spaces for indentation and no more than 99 characters in a single line should be kept in mind when writing code. +- `rustup toolchain link <name> build/<host-triple>/<stage>` - Use the custom compiler build via [rustup](https://github.com/rust-lang-nursery/rustup.rs#working-with-custom-toolchains-and-local-builds). ## Pull Requests |
