From e378be73dfe37d1723b24eab2b8d06d9416e5fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20H=C3=A9=20=28S=C4=ABch=C3=A0ng=29?= <84777573+SichangHe@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:58:52 -0500 Subject: [PATCH] Mention upgrade, fix #514 (#524) Fix #514 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5bae3e1e..ace77482 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ $ binstall \ --pkg-fmt="txz" crate_name ``` +## Upgrade installed crates + +The most ergonomic way to upgrade the installed crates is with [`cargo-update`](https://github.com/nabijaczleweli/cargo-update). `cargo-update` automatically uses `cargo-binstall` to install the updates if `cargo-binstall` is present. + +Supported crates such as `cargo-binstall` itself can also be updated with `cargo-binstall` as in the example in [Installation](#installation) above. + ## FAQ - Why use this?