Skip to content

Commit 0fbb0bf

Browse files
authored
Merge pull request #1118 from Manishearth/Manishearth-patch-1
multirust -> rustup (fixes #1117)
2 parents ca916f1 + e00f773 commit 0fbb0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ cargo install clippy
243243
```
244244

245245
Now you can run clippy by invoking `cargo clippy`, or
246-
`multirust run nightly cargo clippy` directly from a directory that is usually
246+
`rustup run nightly cargo clippy` directly from a directory that is usually
247247
compiled with stable.
248248

249-
In case you are not using multirust, you need to set the environment flag
249+
In case you are not using rustup, you need to set the environment flag
250250
`SYSROOT` during installation so clippy knows where to find `librustc` and
251251
similar crates.
252252

0 commit comments

Comments
 (0)