mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix old template specifier in readme
This commit is contained in:
parent
19d0616324
commit
2f9be15c30
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ To install an unsupported crate, you may specify the Cargo.toml metadata entries
|
||||||
For example:
|
For example:
|
||||||
```
|
```
|
||||||
$ binstall \
|
$ binstall \
|
||||||
--pkg-url="{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.{ format }" \
|
--pkg-url="{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.{ archive-format }" \
|
||||||
--pkg-fmt="txz" crate_name
|
--pkg-fmt="txz" crate_name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue