Skip to content

Commit 44d8b40

Browse files
authored
Merge pull request #185 from dkotrada/patch-1
#184 More clear explanation and Title.
2 parents f464051 + 26afa51 commit 44d8b40

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/rust-2018/cargo-and-crates-io/cargo-install-for-easy-installation-of-tools.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ And then use it with
1919
$ mdbook --help
2020
```
2121

22+
## Cargo Extensions
23+
2224
As an example of extending Cargo, you can use the [`cargo-update`](https://crates.io/crates/cargo-update)
2325
package. To install it:
2426

2527
```console
2628
$ cargo install cargo-update
2729
```
2830

29-
This will allow you to use this command, which checks everything you've `cargo install`'d and
30-
updates it to the latest version:
31-
32-
```console
33-
$ cargo install-update -a
34-
```
31+
This will allow you to use `cargo install-update -a` command, which checks everything you've `cargo install`'d and
32+
updates it to the latest version.

0 commit comments

Comments
 (0)