From 3d4fdedd7ee52ad660ccc0f9f713aeac9b21b8d0 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Tue, 14 Dec 2021 18:13:14 +0100 Subject: [PATCH] `README`: mention `clippy-driver` on usage list Removes the "compiled from source" bit, which is confusing. Signed-off-by: Miguel Ojeda --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f603b16d1..ffdc636ca 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`)