Skip to content

Commit a33a36a

Browse files
authored
Revise yum to dnf in installation instructions
Updated installation instructions for Fedora and RHEL/CentOS.
1 parent a79db1d commit a33a36a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ Package for Debian and Ubuntu can be downloaded from the [Github release page](h
5050

5151
Package for Fedora-based and Redhat can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)
5252

53-
1. Install using yum
54-
53+
1. Install using dnf/yum
5554
```sh
56-
sudo yum localinstall balena-etcher-***.x86_64.rpm
55+
# Fedora/RHEL 8+
56+
sudo dnf install ./balena-etcher-***.x86_64.rpm
57+
58+
# RHEL/CentOS 7
59+
sudo yum localinstall balena-etcher-***.x86_64.rpm
5760
```
5861

5962
#### Arch/Manjaro Linux (GNU/Linux x64)

0 commit comments

Comments
 (0)