Install clippy from git.

Better chances of compiling on nightly.
pull/4/head
Andre Richter 6 years ago
parent 3693bd6e8b
commit 6266cd38c6
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -59,6 +59,7 @@ Before you can start, you'll need a suitable Rust toolchain.
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
rustup component add rust-src llvm-tools-preview
cargo install xargo cargo-binutils
cargo install clippy --git https://github.com/rust-lang-nursery/rust-clippy.git
```
Additionally, a Micro SD card with [firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) on a FAT filesystem.

Loading…
Cancel
Save