mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Merge pull request #1986 from jcftang/devel
Documentation Fixes relating to OSX and macports
This commit is contained in:
13
packaging/macports/README.md
Normal file
13
packaging/macports/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
This portfile installs ansible from the git repository, it will install the
|
||||
latest and greatest version of ansible. This portfile does not install the
|
||||
required dependancies to run in fireball mode.
|
||||
|
||||
If you wish to run a stable version of ansible please do the following
|
||||
|
||||
First update your macports repo to the latest versions
|
||||
|
||||
$ sudo port sync
|
||||
|
||||
Then install ansible
|
||||
|
||||
$ sudo port install ansible
|
||||
Reference in New Issue
Block a user