1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Mention MacPorts installation method

Closes #395
This commit is contained in:
Jakub Roztocil
2016-02-28 16:54:33 +08:00
parent df193a373f
commit 10da7b63a3
+9 -1
View File
@@ -59,13 +59,21 @@ Installation
============
On **Mac OS X**, HTTPie can be installed via `Homebrew <http://brew.sh/>`_:
On **Mac OS X**, HTTPie can be installed via `Homebrew <http://brew.sh/>`_
(recommended):
.. code-block:: bash
$ brew install httpie
A MacPorts *port* is also available:
.. code-block:: bash
$ port install httpie
Most **Linux** distributions provide a package that can be installed using the
system package manager, e.g.: