1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-10 00:28:12 +02:00

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
# Fedora, CentOS, RHEL, …
# Fedora
$ dnf install httpie
.. code-block:: bash
# CentOS, RHEL, ...
$ yum install httpie
.. code-block:: bash