From a7110a70650aff5462543ed3f0aa3472ac69ba68 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Thu, 12 Mar 2020 15:50:34 -0700 Subject: [PATCH] Update Feodra install instructions Updated instructions to use `dnf` package manager instead of `yum`, which has been the default package manager in Fedora since Fedora 22 (2015). --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ef25606..3259510a2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,14 @@ Install and upgrade: 1. Download the `.deb` file from the [releases page][] 2. `sudo apt install git && sudo dpkg -i gh_*_linux_amd64.deb` install the downloaded file -### Fedora/Centos Linux +### Fedora Linux + +Install and upgrade: + +1. Download the `.rpm` file from the [releases page][] +2. `sudo dnf install gh_*_linux_amd64.rpm` install the downloaded file + +### Centos Linux Install and upgrade: