From e5bda98ee726a2b3df7c7599531418528acae68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 28 Jun 2021 12:28:21 +0200 Subject: [PATCH] Mention `snap install http` in the docs (#1097) --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7e583ce7..a68011e5 100644 --- a/README.rst +++ b/README.rst @@ -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 `_: + +.. 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 ` .. code-block:: bash - $ choco install httpie + $ choco upgrade httpie Python version