From 0d4bd3e851e80f554d23fa58414f271c23bb09f1 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 10 Feb 2014 16:13:10 -0500 Subject: [PATCH] Add some notes on installing on FreeBSD Could perhaps be expanded with more prose, but this will do for a start. --- docsite/rst/intro_installation.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index ed5f9dc8ad..6395a0cf0f 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -189,6 +189,21 @@ Debian/Ubuntu packages can also be built from the source checkout, run: You may also wish to run from source to get the latest, which is covered above. +.. _from_pkg: + +Latest Releases Via pkg (FreeBSD) ++++++++++++++++++++++++++++++++++ + +.. code-block:: bash + + $ sudo pkg install ansible + +You may also wish to install from ports, run: + +.. code-block:: bash + + $ sudo make -C /usr/ports/sysutils/ansible install + .. _from_pip: Latest Releases Via Pip