We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1245de1 commit c66eaeeCopy full SHA for c66eaee
README.md
@@ -32,12 +32,12 @@ One way to use clippy is by installing clippy through cargo as a cargo
32
subcommand.
33
34
```terminal
35
-cargo install clippy
+cargo +nightly install clippy
36
```
37
38
-Now you can run clippy by invoking `cargo clippy`, or
39
-`cargo +nightly clippy` directly from a directory that is usually
40
-compiled with stable.
+(The `+nightly` is not necessary if your default `rustup` install is nightly)
+
+Now you can run clippy by invoking `cargo +nightly clippy`.
41
42
In case you are not using rustup, you need to set the environment flag
43
`SYSROOT` during installation so clippy knows where to find `librustc` and
0 commit comments