diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index faf6b55c..53fb739f 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -18,18 +18,19 @@ Unlike [Telescope](Quickstart) that launches the Stardust XR server and a small :::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: +Stardust XR 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, run this command to install the Stardust XR group: +Then, run this command to install all Stardust XR packages: ``` sudo dnf group install stardust-xr ```