mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Add link for all supported pkg-fmt in SUPPORT.md (#1887)
* Add link for all supported pkg-fmt in SUPPORT.md Fix #1885 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Update SUPPORT.md Co-authored-by: pinage404 <pinage404@gmail.com> Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Co-authored-by: pinage404 <pinage404@gmail.com>
This commit is contained in:
parent
448bb02a7f
commit
6cb09fd1e2
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 [the documentation](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