Merge pull request #614 from watersalesman/master

List DNF as Fedora package manager in README
This commit is contained in:
Jakub Roztocil 2017-10-04 12:09:07 -05:00 committed by GitHub
commit 95c33e31a2

View File

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