docs(readme): fix link to metadata (#877)

Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
EdJoPaTo 2023-03-11 01:56:57 +01:00 committed by GitHub
parent a22cb3a332
commit 620d0e5f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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