mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Add cli overrides
This commit is contained in:
parent
09129a4f7f
commit
19d0616324
2 changed files with 29 additions and 1 deletions
10
README.md
10
README.md
|
@ -57,6 +57,16 @@ yes
|
|||
21:15:30 [INFO] Installation complete!
|
||||
```
|
||||
|
||||
### Unsupported crates
|
||||
|
||||
To install an unsupported crate, 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).
|
||||
|
||||
For example:
|
||||
```
|
||||
$ binstall \
|
||||
--pkg-url="{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.{ format }" \
|
||||
--pkg-fmt="txz" crate_name
|
||||
```
|
||||
|
||||
## Status
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue