mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
docs(readme): fix link to metadata (#877)
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
parent
a22cb3a332
commit
620d0e5f9e
1 changed files with 4 additions and 3 deletions
|
@ -62,14 +62,15 @@ cargo binstall --no-confirm --no-symlinks cargo-edit cargo-watch cargo-tarpaulin
|
|||
watchexec-cli cargo-outdated just fnm broot stylua
|
||||
```
|
||||
|
||||
If your favorite package fails to install, you may specify the Cargo.toml metadata entries for `pkg-url`, `bin-dir`, and `pkg-fmt` at the command line, with values [as documented below](#supporting-binary-installation).
|
||||
If your favorite package fails to install, you can instead specify the `pkg-url`, `bin-dir`, and `pkg-fmt` at the command line, with values as documented in [SUPPORT.md](./SUPPORT.md).
|
||||
|
||||
For example:
|
||||
|
||||
```shell
|
||||
$ binstall \
|
||||
$ cargo-binstall \
|
||||
--pkg-url="{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.{ archive-format }" \
|
||||
--pkg-fmt="txz" crate_name
|
||||
--pkg-fmt="txz" \
|
||||
crate_name
|
||||
```
|
||||
|
||||
## Upgrade installed crates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue