Skip to content

Commit 09323d7

Browse files
authored
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.
1 parent 9f9ce06 commit 09323d7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,15 @@ Once you have rustup and the latest stable release (at least Rust 1.29) installe
6969
rustup component add clippy
7070
```
7171

72-
Now you can run Clippy by invoking `cargo clippy`.
72+
#### Step 3: Run Clippy
7373

74-
If it says that it can't find the `clippy` subcommand, please run `rustup self update`
74+
Now you can run Clippy by invoking the following command:
75+
76+
```terminal
77+
cargo clippy
78+
```
79+
80+
If it says that it can't find the `clippy` subcommand, please run `rustup self update`.
7581

7682
### Running Clippy from the command line without installing it
7783

0 commit comments

Comments
 (0)