diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-02-11 14:04:45 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-02-11 14:04:45 +0100 |
commit | acae162d4d2618ff31bd8ab11bc2494acbcb5d34 (patch) | |
tree | 24b05e234fc73431ba7ffa1db9f2e91636d99169 | |
parent | Re-add synchronize unit tests (diff) | |
parent | Add some notes on installing on FreeBSD (diff) | |
download | ansible-acae162d4d2618ff31bd8ab11bc2494acbcb5d34.tar.xz ansible-acae162d4d2618ff31bd8ab11bc2494acbcb5d34.zip |
Merge pull request #5945 from swills/patch-1
Add some notes on installing on FreeBSD
-rw-r--r-- | docsite/rst/intro_installation.rst | 15 |
1 files changed, 15 insertions, 0 deletions
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 |