We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79db1d commit a33a36aCopy full SHA for a33a36a
README.md
@@ -50,10 +50,13 @@ Package for Debian and Ubuntu can be downloaded from the [Github release page](h
50
51
Package for Fedora-based and Redhat can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)
52
53
-1. Install using yum
54
-
+1. Install using dnf/yum
55
```sh
56
- sudo yum localinstall balena-etcher-***.x86_64.rpm
+# Fedora/RHEL 8+
+sudo dnf install ./balena-etcher-***.x86_64.rpm
57
+
58
+# RHEL/CentOS 7
59
+sudo yum localinstall balena-etcher-***.x86_64.rpm
60
```
61
62
#### Arch/Manjaro Linux (GNU/Linux x64)
0 commit comments