Add some notes on installing on FreeBSD
Could perhaps be expanded with more prose, but this will do for a start.
This commit is contained in:
parent
bbda98a3ee
commit
0d4bd3e851
1 changed files with 15 additions and 0 deletions
|
@ -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.
|
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:
|
.. _from_pip:
|
||||||
|
|
||||||
Latest Releases Via Pip
|
Latest Releases Via Pip
|
||||||
|
|
Loading…
Reference in a new issue