From a03914608132ee757f4460914cdd1247e1dcc58f Mon Sep 17 00:00:00 2001 From: Adam Menges Date: Tue, 15 Apr 2014 13:11:46 -0700 Subject: [PATCH] added homebrew to install doc --- docsite/rst/intro_installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 7541e2a5da5..fb1f7fabf45 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -204,6 +204,18 @@ You may also wish to install from ports, run: $ sudo make -C /usr/ports/sysutils/ansible install +.. _from_brew: + +Latest Releases Via Homebrew (Mac OSX) +++++++++++++++++++++++++++++++++++++++ + +To install on a Mac, make sure you have Homebrew, then run: + +.. code-block:: bash + + $ brew update + $ brew install ansible + .. _from_pip: Latest Releases Via Pip