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).
This commit is contained in:
Ian Schmitz 2020-03-12 15:50:34 -07:00 committed by GitHub
parent 8913f6466d
commit a7110a7065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: