From ef7a26449234d8a455732776ed939b94c5216e9d Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Thu, 27 Mar 2025 15:18:43 -0400 Subject: [PATCH] Update 03-setup-openxr.md --- docs/01-get-started/03-setup-openxr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/03-setup-openxr.md b/docs/01-get-started/03-setup-openxr.md index dcb990f8..552cc690 100644 --- a/docs/01-get-started/03-setup-openxr.md +++ b/docs/01-get-started/03-setup-openxr.md @@ -45,7 +45,7 @@ If you are using a [Fedora Atomic Edition](https://fedoraproject.org/atomic-desk 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 ``` -Standard Fedora Editions and derrivatives can directly install terra-release: +Standard Fedora Editions and derivatives can directly install terra-release: ``` sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release ```