From 9c38da96b021a57c4e2c5719c0a65d2d9077d6d7 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 28 Jun 2021 13:46:02 +0200 Subject: [PATCH] Remove snap installation method until package name fixed --- README.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index a68011e5..7e583ce7 100644 --- a/README.rst +++ b/README.rst @@ -91,13 +91,7 @@ A MacPorts *port* is also available: Linux ----- -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 +Most Linux distributions provide a package that can be installed using the system package manager, for example: .. code-block:: bash @@ -134,9 +128,10 @@ system package manager, for example: Windows, etc. ------------- -A universal installation method (that works on Windows, macOS, Linux, …, +A universal installation method (that works on Windows, Mac OS X, 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: @@ -152,7 +147,7 @@ Windows users can also install HTTPie with `Chocolatey ` .. code-block:: bash - $ choco upgrade httpie + $ choco install httpie Python version