Fix old template specifier in readme

This commit is contained in:
Félix Saparelli 2022-05-31 18:01:29 +12:00
parent 19d0616324
commit 2f9be15c30
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

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