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.: