Mention upgrade, fix #514 (#524)

Fix #514
This commit is contained in:
Steven Hé (Sīchàng) 2022-11-09 22:58:52 -05:00 committed by GitHub
parent e62abb442e
commit e378be73df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?