diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-07 14:04:03 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-07 14:04:03 +0100 |
commit | 7d43865e13b48e6f28de04e235dde7af7e00e365 (patch) | |
tree | f0f5da8330f62d20b1703b4496680bd30f67b04b /packaging | |
parent | Merge pull request #1990 from roller/devel (diff) | |
parent | Documentation Fixes relating to OSX and macports (diff) | |
download | ansible-7d43865e13b48e6f28de04e235dde7af7e00e365.tar.xz ansible-7d43865e13b48e6f28de04e235dde7af7e00e365.zip |
Merge pull request #1986 from jcftang/devel
Documentation Fixes relating to OSX and macports
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macports/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/macports/README.md b/packaging/macports/README.md new file mode 100644 index 0000000000..118e414881 --- /dev/null +++ b/packaging/macports/README.md @@ -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 |