diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-09-22 14:35:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-22 14:35:11 -0700 |
| commit | 8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7 (patch) | |
| tree | 3621330ca507b06e89680412cfd622426e2760a4 | |
| parent | c0c770c60bb52f50c27f9d32c13842737906509e (diff) | |
| download | rust-8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7.tar.gz rust-8e9f1a9d683a45a26ab6f4eeab2dfdec608ccef7.zip | |
Mention `rustup self update` (fixes #3211)
| -rw-r--r-- | README.md | 2 |
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 |
