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:
parent
8913f6466d
commit
a7110a7065
1 changed files with 8 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue