From d3e3379e2b92c0a0f10280653f8c32968dd92475 Mon Sep 17 00:00:00 2001 From: Daniel Mulvey Date: Sun, 27 Aug 2023 14:31:10 -0700 Subject: [PATCH] update fedora instructions to use correct repo link --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6dd05b97..35316168 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,7 +52,7 @@ sudo apt install veilid-server veilid-cli **Step 1**: Add Veilid to your list of available software.
*Explanation*: With the package manager updated, it is now possible to install Veilid! ```shell -yum-config-manager --add-repo https://packages.veilid.net/rpm/veilid-rpm-test-repo.repo +yum-config-manager --add-repo https://packages.veilid.net/rpm/veilid-rpm-repo.repo ``` **Step 2**: Install Veilid.
*Explanation*: With the package manager updated, it is now possible to install Veilid!