From 077b1499d91a3b14871a9f0768dc36df770d1162 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:52:48 -0600 Subject: [PATCH] Fix setup --- docs/01-get-started/03-setup-openxr.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/01-get-started/03-setup-openxr.md b/docs/01-get-started/03-setup-openxr.md index a4817d28..99d6834b 100644 --- a/docs/01-get-started/03-setup-openxr.md +++ b/docs/01-get-started/03-setup-openxr.md @@ -38,21 +38,22 @@ AMD graphic cards do not require additional drivers. :::info -You will need the [Terra repository](https://terra.fyralabs.com/), unless you have [Ultramarine Linux](https://ultramarine-linux.org) or [Bazzite](https://bazzite.gg). -[Fedora Atomic Editions](https://fedoraproject.org/atomic-desktops/) will need to run the following command: +Envision is packaged in the [Terra repository](https://terra.fyralabs.com/). If you are using [Ultramarine Linux](https://ultramarine-linux.org) or [Bazzite](https://bazzite.gg), this reposoitory comes pre-installed, otherwise you will need to add the repository: + +If you are using a [Fedora Atomic Edition](https://fedoraproject.org/atomic-desktops/) or derrivative you will need to run the following command: ``` curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo sudo rpm-ostree install terra-release ``` -Other Fedora Editions can directly install terra-release: +Standard Fedora Editions and derrivatives can directly install terra-release: ``` sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release ``` ::: Then, install Envision using: ``` -sudo dnf install envision -``` +sudo dnf install envision +```
Arch Linux