diff options
| author | Philipp Krones <hello@philkrones.com> | 2020-07-22 18:07:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 18:07:33 +0200 |
| commit | bdc01c882e5f212c9a8a0384aef1b670122a4337 (patch) | |
| tree | ff1bd83172e012cdbc7450dcf04445b38a04692f | |
| parent | 8c83d5f484950d86630f467d32efcd585de2d775 (diff) | |
| download | rust-bdc01c882e5f212c9a8a0384aef1b670122a4337.tar.gz rust-bdc01c882e5f212c9a8a0384aef1b670122a4337.zip | |
Update Usage section of README.md
| -rw-r--r-- | README.md | 6 |
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`) |
