Skip to content

Commit dab5aa0

Browse files
committed
Update centos/rhel comment
Yum is replaced with dnf since centos/rhel 8.
1 parent 137ee77 commit dab5aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Pull requests will trigger a CI job. The following two commands will be expecte
1818

1919
```shell
2020
apt-get install ruby ruby-dev # For Debian/Ubuntu
21-
dnf install ruby ruby-devel # For Fedora
22-
yum install ruby ruby-devel # For Centos/RHEL
21+
dnf install ruby ruby-devel # For Fedora/newer Centos/RHEL
22+
yum install ruby ruby-devel # For older Centos/RHEL
2323
gem install bundler
2424
```
2525

0 commit comments

Comments
 (0)