We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31ab84 commit a21ecb8Copy full SHA for a21ecb8
Cargo.toml
@@ -33,3 +33,8 @@ anstyle = "1.0.3"
33
# utils
34
indoc = "2.0"
35
itertools = "0.11"
36
+
37
+[package.metadata.binstall]
38
+pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
39
+bin-dir = "{ bin }{ binary-ext }"
40
+pkg-fmt = "tgz"
README.md
@@ -14,6 +14,10 @@ Install from a github release:
14
15
`curl -LSfs https://avencera.github.io/yamine/install.sh | sh -s -- --git avencera/yamine`
16
17
+Install using cargo:
18
19
+`cargo install yamine` OR `cargo binstall yamine`
20
21
or
22
23
Download a release directly from github: [github.com/avencera/yamine/releases](https://github.com/avencera/yamine/releases)
0 commit comments