Mention snap install http in the docs (#1097)

This commit is contained in:
Mickaël Schoentgen 2021-06-28 12:28:21 +02:00 committed by GitHub
parent c8d70e8c0b
commit e5bda98ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,13 @@ A MacPorts *port* is also available:
Linux
-----
Most Linux distributions provide a package that can be installed using the
HTTPie is available on the `Snap Store <https://snapcraft.io/http>`_:
.. code-block:: bash
$ snap install http
And most Linux distributions provide a package that can be installed using the
system package manager, for example:
.. code-block:: bash
@ -128,10 +134,9 @@ system package manager, for example:
Windows, etc.
-------------
A universal installation method (that works on Windows, Mac OS X, Linux, …,
A universal installation method (that works on Windows, macOS, Linux, …,
and always provides the latest version) is to use `pip`_:
.. code-block:: bash
# Make sure we have an up-to-date version of pip and setuptools:
@ -147,7 +152,7 @@ Windows users can also install HTTPie with `Chocolatey <https://chocolatey.org>`
.. code-block:: bash
$ choco install httpie
$ choco upgrade httpie
Python version