summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-02-07 14:04:03 +0100
committerMichael DeHaan <michael.dehaan@gmail.com>2013-02-07 14:04:03 +0100
commit7d43865e13b48e6f28de04e235dde7af7e00e365 (patch)
treef0f5da8330f62d20b1703b4496680bd30f67b04b /packaging
parentMerge pull request #1990 from roller/devel (diff)
parentDocumentation Fixes relating to OSX and macports (diff)
downloadansible-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.md13
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