Skip to content

Commit

Permalink
Add 'use yum' advice notice for CentOS users
Browse files Browse the repository at this point in the history
`dnf` is no longer available for CentOS 7 users. Advise users to use `yum` instead.
  • Loading branch information
naltun authored Nov 9, 2017
1 parent da24c85 commit 3f4c829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### Fedora / CentOS 7

* CentOS only - Enable EPEL & install DNF
* CentOS only - dnf is no longer available on CentOS7. In the examples below, replace dnf with yum

```bash
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Expand Down

0 comments on commit 3f4c829

Please sign in to comment.