From 10da7b63a354b3573e227a61037160e12ad12965 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 28 Feb 2016 16:54:33 +0800 Subject: [PATCH] Mention MacPorts installation method Closes #395 --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7fd06d54..95cc00a4 100644 --- a/README.rst +++ b/README.rst @@ -59,13 +59,21 @@ Installation ============ -On **Mac OS X**, HTTPie can be installed via `Homebrew `_: +On **Mac OS X**, HTTPie can be installed via `Homebrew `_ +(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.: