From 09323d74265b716c85843f215fd16d3ea6a8879c Mon Sep 17 00:00:00 2001 From: Manas Karekar Date: Sat, 12 Jan 2019 19:42:36 -0500 Subject: [PATCH] Update Readme for (arguably) better readability Move final instruction to run clippy into a third step in the Readme so it's easier to spot at a quick glance. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77ba2daad57..412ccb45b4e 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,15 @@ Once you have rustup and the latest stable release (at least Rust 1.29) installe rustup component add clippy ``` -Now you can run Clippy by invoking `cargo clippy`. +#### Step 3: Run Clippy -If it says that it can't find the `clippy` subcommand, please run `rustup self update` +Now you can run Clippy by invoking the following command: + +```terminal +cargo clippy +``` + +If it says that it can't find the `clippy` subcommand, please run `rustup self update`. ### Running Clippy from the command line without installing it -- 2.44.0