From 26afa518ea3e1a5382dae30f51b0be32d7c7762a Mon Sep 17 00:00:00 2001 From: alfa Date: Sat, 13 Jul 2019 14:03:08 +0200 Subject: [PATCH] #184 More clear explanation and Title. Since a new thought is introduced here. It is better to separate it by a corresponding title. --- .../cargo-install-for-easy-installation-of-tools.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/rust-2018/cargo-and-crates-io/cargo-install-for-easy-installation-of-tools.md b/src/rust-2018/cargo-and-crates-io/cargo-install-for-easy-installation-of-tools.md index d45e84e9..cb901051 100644 --- a/src/rust-2018/cargo-and-crates-io/cargo-install-for-easy-installation-of-tools.md +++ b/src/rust-2018/cargo-and-crates-io/cargo-install-for-easy-installation-of-tools.md @@ -19,6 +19,8 @@ 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: @@ -26,9 +28,5 @@ package. To install it: $ 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 -``` \ No newline at end of file +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.