about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2021-12-14 18:13:14 +0100
committerMiguel Ojeda <ojeda@kernel.org>2022-01-11 14:48:25 +0100
commit3d4fdedd7ee52ad660ccc0f9f713aeac9b21b8d0 (patch)
tree45ca73162b104727686eff33e0a4c30d1b25a019
parentfd97d792f952618ee5f64e6e25cb8841742a9f4f (diff)
`README`: mention `clippy-driver` on usage list
Removes the "compiled from source" bit, which is confusing.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f603b16d1a9..ffdc636cadf 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ Table of contents:
 
 ## Usage
 
-Below are instructions on how to use Clippy as a subcommand, compiled from source
-or in Travis CI.
+Below are instructions on how to use Clippy as a cargo subcommand,
+in projects that do not use cargo, or in Travis CI.
 
 ### As a cargo subcommand (`cargo clippy`)