From 81f39c76b88f4016de724a0294a4d476173b5566 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 4 Jul 2024 17:40:54 +0800 Subject: [PATCH] chore: update README.md Signed-off-by: madomado --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8cc101566..986554e572 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This monorepo contains the package manifests for all packages in Terra. ## Installation ```bash -sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo +sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release ``` You should also install the `terra-release` package so that when our infrastructure has any migrations, you can be assured that your Terra installation will still work as-is.