From 6266cd38c68d84283be697e4fcd251cd3cc6178a Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Mon, 16 Jul 2018 21:59:58 +0200 Subject: [PATCH] Install clippy from git. Better chances of compiling on nightly. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2abcadf..be6749cb 100644 --- a/README.md +++ b/README.md @@ -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.