diff --git a/content/docs/fossvr/wivrn/_index.md b/content/docs/fossvr/wivrn/_index.md index 6a0dd4d..abfa006 100644 --- a/content/docs/fossvr/wivrn/_index.md +++ b/content/docs/fossvr/wivrn/_index.md @@ -100,8 +100,9 @@ Manual steps: See the [README](https://github.com/WiVRn/WiVRn/blob/master/README ## WiVRn + SlimeVR trackers -To use SlimeVR trackers through WiVRn, you currently must use a [fork](https://github.com/notpeelz/WiVRn) of WiVRn: -The APK for this fork of WiVRn can be found as an artifact of the most recent GitHub action on the solarxr-patches branch. +To use SlimeVR trackers through WiVRn, you currently must use a fork of WiVRn. Follow one of the **below options first**, then don't forget to come back and sideload the custom WiVRn APK: + +You can find the APK for this fork of WiVRn as an artifact of the most recent GitHub action on the `solarxr-patches` branch. In other words, in this [list of recent GitHub actions](https://github.com/notpeelz/WiVRn/actions/workflows/Build.yml?query=branch%3Asolarxr-patches), click the topmost entry, scroll down past the graphs and stuff, and click the **apk-Standard-Release** row. ### Option A: Build with Envision @@ -113,6 +114,7 @@ To use this fork within Envision, edit these fields in your profile: Then save and clean build the profile. ### Option B: NixOS + Override the `wivrn` package from nixpkgs with something resembling the following, replacing `[COMMIT HASH HERE]` with the latest commit hash from https://github.com/notpeelz/WiVRn/commits/solarxr-patches and filling in the correct src hash. Do note you may need to adapt this depending on how you install WiVRn: ```nix { pkgs, lib, ... }: