List DNF as Fedora package manager in README

This commit is contained in:
Randy Ramos 2017-10-02 16:55:35 -04:00
parent dfe6245cd6
commit 9af833da30

View File

@ -83,7 +83,12 @@ system package manager, for example:
.. code-block:: bash .. code-block:: bash
# Fedora, CentOS, RHEL, … # Fedora
$ dnf install httpie
.. code-block:: bash
# CentOS, RHEL, ...
$ yum install httpie $ yum install httpie
.. code-block:: bash .. code-block:: bash