Rustup 1.20 searches for components itself 🎉

pull/33/head
Andre Richter 5 years ago committed by GitHub
parent 615578f67c
commit 0fee46331d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,19 +58,12 @@ tutorials, please refer [to the repository's docker folder](docker).
## Prerequisites
Before you can start, you'll need a suitable Rust toolchain.
Please browse to the [rustup components history] and note the date of the most recent
build that shows `clippy` as `present`.
[rustup components history]: https://rust-lang.github.io/rustup-components-history/
Then, proceed to install this nightly using your noted date:
```bash
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-YOUR_DATE_HERE
# For example:
# curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-09-05
curl https://sh.rustup.rs -sSf | sh -s -- \
--default-toolchain nightly \
--component rust-src llvm-tools-preview clippy rustfmt
rustup component add rust-src llvm-tools-preview clippy
cargo install cargo-xbuild cargo-binutils
```

Loading…
Cancel
Save