about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-07-23 18:15:08 +0000
committerbors <bors@rust-lang.org>2020-07-23 18:15:08 +0000
commitb4e4fa51ea328adf5b182d3820dca9286d5ef3bf (patch)
treeff1bd83172e012cdbc7450dcf04445b38a04692f
parent8c83d5f484950d86630f467d32efcd585de2d775 (diff)
parentbdc01c882e5f212c9a8a0384aef1b670122a4337 (diff)
downloadrust-b4e4fa51ea328adf5b182d3820dca9286d5ef3bf.tar.gz
rust-b4e4fa51ea328adf5b182d3820dca9286d5ef3bf.zip
Auto merge of #5832 - rust-lang:update_usage_instr, r=Manishearth
Update Usage section of README.md

Fixes #5826

changelog: none
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 222b81023a7..a2984d73641 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,8 @@ Table of contents:
 
 ## Usage
 
-Since this is a tool for helping the developer of a library or application
-write better code, it is recommended not to include Clippy as a hard dependency.
-Options include using it as an optional dependency, as a cargo subcommand, or
-as an included feature during build. These options are detailed below.
+Below are instructions on how to use Clippy as a subcommand, compiled from source
+or in Travis CI.
 
 ### As a cargo subcommand (`cargo clippy`)