[SKIP CI] packaging: Correct RPM documentation
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
ba93384f9b
commit
aef8a73a28
1 changed files with 9 additions and 4 deletions
13
README.md
13
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
|
||||
|
|
Loading…
Reference in a new issue