forked from extern/httpie-cli
Remove snap installation method until package name fixed
This commit is contained in:
parent
e5bda98ee7
commit
9c38da96b0
13
README.rst
13
README.rst
@ -91,13 +91,7 @@ A MacPorts *port* is also available:
|
|||||||
Linux
|
Linux
|
||||||
-----
|
-----
|
||||||
|
|
||||||
HTTPie is available on the `Snap Store <https://snapcraft.io/http>`_:
|
Most Linux distributions provide a package that can be installed using the
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
$ snap install http
|
|
||||||
|
|
||||||
And most Linux distributions provide a package that can be installed using the
|
|
||||||
system package manager, for example:
|
system package manager, for example:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
@ -134,9 +128,10 @@ system package manager, for example:
|
|||||||
Windows, etc.
|
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`_:
|
and always provides the latest version) is to use `pip`_:
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# Make sure we have an up-to-date version of pip and setuptools:
|
# 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 <https://chocolatey.org>`
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ choco upgrade httpie
|
$ choco install httpie
|
||||||
|
|
||||||
|
|
||||||
Python version
|
Python version
|
||||||
|
Loading…
Reference in New Issue
Block a user