]> git.lizzy.rs Git - rust.git/commitdiff
Simplify recommended command
authorGuido <guido4000@users.noreply.github.com>
Wed, 7 Feb 2018 18:24:38 +0000 (19:24 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 18:24:38 +0000 (19:24 +0100)
README.md

index e4f0f3547cebaa573aee2310a8a2845800aa7bb2..46b069eb6616fb004f17391dd6289864ff7f4c48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ To have cargo compile your crate with clippy without needing `#![plugin(clippy)]
 in your code, you can use:
 
 ```terminal
-cargo rustc -- -L /path/to/clippy_so/dir/ -Z extra-plugins=clippy
+cargo-clippy
 ```
 
 *[Note](https://github.com/rust-lang-nursery/rust-clippy/wiki#a-word-of-warning):*