From 914eee03cb5ed9bcfe1d756b36399a9939e7c4b1 Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Fri, 7 Mar 2025 11:01:27 -0500 Subject: [PATCH] Update 04-manual.md Added Terra installation information about Atomic editions --- docs/01-get-started/04-manual.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index 950248d2..c576e02f 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -18,11 +18,17 @@ 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). You can install it using this command: +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: +``` +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: ``` sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release ``` -::: +::: Then, run this command to install the Stardust XR group: ``` sudo dnf group install stardust-xr