mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Add link for all supported pkg-fmt in SUPPORT.md
Fix #1885 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
448bb02a7f
commit
beebd0a65c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ With the following configuration keys:
|
|||
|
||||
- `pkg-url` specifies the package download URL for a given target/version, templated
|
||||
- `bin-dir` specifies the binary path within the package, templated (with an `.exe` suffix on windows)
|
||||
- `pkg-fmt` overrides the package format for download/extraction (defaults to: `tgz`)
|
||||
- `pkg-fmt` overrides the package format for download/extraction (defaults to: `tgz`), check [here](https://docs.rs/binstalk-types/latest/binstalk_types/cargo_toml_binstall/enum.PkgFmt.html) for all supported formats.
|
||||
- `disabled-strategies` to disable specific strategies (e.g. `crate-meta-data` for trying to find pre-built on your repository,
|
||||
`quick-install` for pre-built from third-party cargo-bins/cargo-quickinstall, `compile` for falling back to `cargo-install`)
|
||||
for your crate (defaults to empty array).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue