From 38ebdb5808f32c9c48952bbfca0845f19416d3dd Mon Sep 17 00:00:00 2001 From: Owen Zimmerman Date: Tue, 24 Dec 2024 13:05:09 -0600 Subject: [PATCH 1/3] Add Terra instructions --- docs/01-get-started/01-setup-openxr.md | 2 +- docs/01-get-started/02-bundled.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/01-get-started/01-setup-openxr.md b/docs/01-get-started/01-setup-openxr.md index d77158b6..0320be78 100644 --- a/docs/01-get-started/01-setup-openxr.md +++ b/docs/01-get-started/01-setup-openxr.md @@ -30,7 +30,7 @@ It's generally easiest to follow the instructions at https://lvra.gitlab.io/docs ### Other distros -[Envision](https://lvra.gitlab.io/docs/fossvr/envision/) is the XR launcher (like a minecraft launcher) of choice for open source XR and is overall better in practice than SteamVR. +[Envision](https://lvra.gitlab.io/docs/fossvr/envision/) is the XR launcher (like a minecraft launcher) of choice for open source XR and is overall better in practice than SteamVR. If you are a Fedora user, Envision is packaged, but it's reccomended to get it from the [Terra repository](https://terra.fyralabs.com/). Other distros will need to build from source. # Test OpenXR Runtime diff --git a/docs/01-get-started/02-bundled.md b/docs/01-get-started/02-bundled.md index 0ee94271..36eb4fc2 100644 --- a/docs/01-get-started/02-bundled.md +++ b/docs/01-get-started/02-bundled.md @@ -31,6 +31,22 @@ nix run github:StardustXR/telescope NIXPKGS_ALLOW_UNFREE=1 nix run --impure github:StardustXR/telescope#telescopeNvidia ``` -## Non-nix +## Fedora/Ultramarine + +You can install Telescope, and all other core Stardust tools, through the [Terra repository](https://terra.fyralabs.com/). This repository is pre-installed on Ultramarine, manual instructions can be found on their website. + +To just install Telescpoe: + +``` +dnf install telescope +``` + +To install all Stardust XR packages (Ultramarine 40 and later, Fedora 41 and later): + +``` +dnf group install stardust-xr +``` + +## Other An AppImage generated from the nix flake is currently WIP. Please check back later or do a [manual build.](manual) -- 2.49.1 From 0e5e407c79ea3ab02247dbe898878f66f6d0db00 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman Date: Tue, 24 Dec 2024 13:06:44 -0600 Subject: [PATCH 2/3] How to run telescope --- docs/01-get-started/02-bundled.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-get-started/02-bundled.md b/docs/01-get-started/02-bundled.md index 36eb4fc2..6018e36f 100644 --- a/docs/01-get-started/02-bundled.md +++ b/docs/01-get-started/02-bundled.md @@ -47,6 +47,8 @@ To install all Stardust XR packages (Ultramarine 40 and later, Fedora 41 and lat dnf group install stardust-xr ``` +From here, just run `telescope` in your terminal of choice. + ## Other An AppImage generated from the nix flake is currently WIP. Please check back later or do a [manual build.](manual) -- 2.49.1 From bfa0e077f84310120602c9c7e771b55fd01575b7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:33:26 -0600 Subject: [PATCH 3/3] Fix typo --- docs/01-get-started/02-bundled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/02-bundled.md b/docs/01-get-started/02-bundled.md index 6018e36f..78c0868e 100644 --- a/docs/01-get-started/02-bundled.md +++ b/docs/01-get-started/02-bundled.md @@ -35,7 +35,7 @@ NIXPKGS_ALLOW_UNFREE=1 nix run --impure github:StardustXR/telescope#telescopeNvi You can install Telescope, and all other core Stardust tools, through the [Terra repository](https://terra.fyralabs.com/). This repository is pre-installed on Ultramarine, manual instructions can be found on their website. -To just install Telescpoe: +To just install Telescope: ``` dnf install telescope -- 2.49.1