mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
parent
e62abb442e
commit
e378be73df
1 changed files with 6 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue