From aef8a73a28f5a38dc51dec14f3751c6d3e767238 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 9 Jun 2023 01:07:02 +0200 Subject: [PATCH] [SKIP CI] packaging: Correct RPM documentation Signed-off-by: Sam Therapy --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0fd11b..276a76a 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,15 @@ Grab a prebuilt binary from the ``` - Fedora (any .rpm consuming distro should work): - ```sh - dnf config-manager --add-repo https://git.froth.zone/api/packages/sam/rpm/sam.repo - dnf install awl-dns - ``` + ```sh + echo '[git-froth-zone-sam] + name=sam - Froth Git + baseurl=https://git.froth.zone/api/packages/sam/rpm + enabled=1 + gpgcheck=0 + gpgkey=https://git.froth.zone/api/packages/sam/rpm/repository.key' | sudo tee /etc/yum.repos.d/git-froth-zone-sam.repo + sudo yum install awl-dns + ``` - Alpine (any .apk consuming distro should work): ```sh