fix: refer to vrc-get package as package and not repo

This commit is contained in:
GabMus 2024-02-04 13:05:16 +00:00
parent 9f44d8c81d
commit 9d1104ce83

View file

@ -14,7 +14,7 @@ First, take a look at this page from [the official VRChat docs](https://creators
1. Install Unity Hub from Flatpak. 1. Install Unity Hub from Flatpak.
1. Install the 3rd party VRChat package manager [`vrc-get`](https://github.com/anatawa12/vrc-get). 1. Install the 3rd party VRChat package manager [`vrc-get`](https://github.com/anatawa12/vrc-get).
- **NOTE**: while the version you can install via `cargo` works fine, it is actually out of date, so a better option would be to build from source and add the executable to your `$PATH`. - **NOTE**: while the version you can install via `cargo` works fine, it is actually out of date, so a better option would be to build from source and add the executable to your `$PATH`.
- An AUR repo is also available here: [`vrc-get` AUR](https://aur.archlinux.org/packages/vrc-get). - An AUR package is also available here: [`vrc-get` AUR](https://aur.archlinux.org/packages/vrc-get).
1. Open Unity Hub and sign in with your Unity account. 1. Open Unity Hub and sign in with your Unity account.
1. Install **2022.3.6f1** (the current supported Unity version, at the time of writing) by running `xdg-open unityhub://2022.3.6f1/b9e6e7e9fa2d`. 1. Install **2022.3.6f1** (the current supported Unity version, at the time of writing) by running `xdg-open unityhub://2022.3.6f1/b9e6e7e9fa2d`.
1. When prompted, select *Android Build Support* and *Windows Build Support (Mono)*. 1. When prompted, select *Android Build Support* and *Windows Build Support (Mono)*.