Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update centos/rhel comment
Yum is replaced with dnf since centos/rhel 8.
  • Loading branch information
hlovdal committed Dec 29, 2022
commit dab5aa083295b79b54f96f5e8091422d025ada9d
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Pull requests will trigger a CI job. The following two commands will be expecte

```shell
apt-get install ruby ruby-dev # For Debian/Ubuntu
dnf install ruby ruby-devel # For Fedora
yum install ruby ruby-devel # For Centos/RHEL
dnf install ruby ruby-devel # For Fedora/newer Centos/RHEL
yum install ruby ruby-devel # For older Centos/RHEL
gem install bundler
```

Expand Down