Skip to content

Commit a7110a7

Browse files
authored
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).
1 parent 8913f64 commit a7110a7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,14 @@ Install and upgrade:
8484
1. Download the `.deb` file from the [releases page][]
8585
2. `sudo apt install git && sudo dpkg -i gh_*_linux_amd64.deb` install the downloaded file
8686

87-
### Fedora/Centos Linux
87+
### Fedora Linux
88+
89+
Install and upgrade:
90+
91+
1. Download the `.rpm` file from the [releases page][]
92+
2. `sudo dnf install gh_*_linux_amd64.rpm` install the downloaded file
93+
94+
### Centos Linux
8895

8996
Install and upgrade:
9097

0 commit comments

Comments
 (0)