Skip to content

Commit

Permalink
Merge pull request #185 from dkotrada/patch-1
Browse files Browse the repository at this point in the history
#184 More clear explanation and Title.
  • Loading branch information
ehuss authored Jul 21, 2019
2 parents f464051 + 26afa51 commit 44d8b40
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ And then use it with
$ mdbook --help
```

## Cargo Extensions

As an example of extending Cargo, you can use the [`cargo-update`](https://crates.io/crates/cargo-update)
package. To install it:

```console
$ cargo install cargo-update
```

This will allow you to use this command, which checks everything you've `cargo install`'d and
updates it to the latest version:

```console
$ cargo install-update -a
```
This will allow you to use `cargo install-update -a` command, which checks everything you've `cargo install`'d and
updates it to the latest version.

0 comments on commit 44d8b40

Please sign in to comment.