about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-09-22 14:35:11 -0700
committerGitHub <noreply@github.com>2018-09-22 14:35:11 -0700
commit8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7 (patch)
tree3621330ca507b06e89680412cfd622426e2760a4
parentc0c770c60bb52f50c27f9d32c13842737906509e (diff)
downloadrust-8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7.tar.gz
rust-8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7.zip
Mention `rustup self update` (fixes #3211)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d994b4ef85..93e78b88484 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