File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -308,3 +308,7 @@ faster-hex = { version = "0.9.0" }
308
308
309
309
[package .metadata .docs .rs ]
310
310
features = [" document-features" , " max" ]
311
+
312
+ [package .metadata .binstall ]
313
+ pkg-url = " { repo }/releases/download/v{ version }/gitoxide-max-pure-v{ version }-{ target }{ archive-suffix }"
314
+ bin-dir = " gitoxide-max-pure-v{ version }-{ target }/{ bin }{ binary-ext }"
Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ Our [stability guide] helps to judge how much churn can be expected when dependi
161
161
162
162
### Download a Binary Release
163
163
164
- Using ` cargo quickinstall ` , one is able to fetch [ binary releases] [ releases ] . You can install it via ` cargo install cargo-quickinstall ` , assuming
164
+ Using ` cargo binstall ` , one is able to fetch [ binary releases] [ releases ] . You can install it via ` cargo install cargo-quickinstall ` , assuming
165
165
the [ rust toolchain] [ rustup ] is present.
166
166
167
- Then install gitoxide with ` cargo quickinstall gitoxide ` .
167
+ Then install gitoxide with ` cargo binstall gitoxide ` .
168
168
169
169
See the [ releases section] [ releases ] for manual installation and various alternative builds that are _ slimmer_ or _ smaller_ , depending
170
170
on your needs, for _ Linux_ , _ MacOS_ and _ Windows_ .
You can’t perform that action at this time.
0 commit comments