From ffd08727b5a58d4837df7b23b35f7aec679f9cfc Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Thu, 27 Mar 2025 15:17:52 -0400 Subject: [PATCH] Update 02-Quickstart.md --- docs/01-get-started/02-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/02-Quickstart.md b/docs/01-get-started/02-Quickstart.md index 25210f0c..d4073493 100644 --- a/docs/01-get-started/02-Quickstart.md +++ b/docs/01-get-started/02-Quickstart.md @@ -27,7 +27,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 ```