From 8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 22 Sep 2018 14:35:11 -0700 Subject: [PATCH] Mention `rustup self update` (fixes #3211) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d994b4ef855..93e78b88484e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ rustup component add clippy-preview Now you can run Clippy by invoking `cargo clippy`. +If it says that it can't find the `clippy` subcommand, please run `rustup self update` + ### Running Clippy from the command line without installing it To have cargo compile your crate with Clippy without Clippy installation