mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs(readme): mention cargo binstall
This commit is contained in:
parent
9a2dc1c273
commit
bd0ff97bf1
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -52,9 +52,18 @@ scoop bucket add xrtools "https://github.com/babo4d/scoop-xrtools"
|
|||
scoop install vrc-get
|
||||
```
|
||||
|
||||
## Using `cargo binstall`
|
||||
|
||||
If you have [`cargo binstall`][cargo-binstall], installing using cargo binstall is the easy & fast way to install vrc-get.
|
||||
Cargo binstall will downloads & installs prebuilt vrc-get from GitHub.
|
||||
|
||||
```bash
|
||||
cargo binstall vrc-get
|
||||
```
|
||||
|
||||
## Using `cargo`
|
||||
|
||||
If you have [`cargo`][cargo], installing using cargo is the easiest way to install vrc-get.
|
||||
If you have [`cargo`][cargo], installing using cargo is a easy way to install vrc-get.
|
||||
|
||||
```bash
|
||||
cargo install vrc-get
|
||||
|
|
@ -90,6 +99,7 @@ For more details, please see README for each action.
|
|||
[shields-crates-io-version]: https://img.shields.io/crates/v/vrc-get
|
||||
|
||||
[cargo]: https://github.com/rust-lang/cargo/
|
||||
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall#cargo-binaryinstall
|
||||
[release]: https://github.com/anatawa12/vrc-get/releases/latest
|
||||
[resolve-vpm-packages]: https://github.com/anatawa12/sh-actions/tree/master/resolve-vpm-packages
|
||||
[setup-vrc-get]: https://github.com/anatawa12/sh-actions/tree/master/setup-vrc-get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue