summaryrefslogtreecommitdiff
path: root/packaging/macports
diff options
context:
space:
mode:
authorJimmy Tang <jtang@tchpc.tcd.ie>2013-02-04 19:56:31 +0000
committerJimmy Tang <jtang@tchpc.tcd.ie>2013-02-04 19:57:33 +0000
commit7a40ed41f70663d108a90b2c4a8ec7c596e499b8 (patch)
tree56ec0a772f32b1d985544972f2c0c573a70d9edd /packaging/macports
parentc1b63d15005ebc316b4209ae256787f692fa64ec (diff)
downloadansible-7a40ed41f70663d108a90b2c4a8ec7c596e499b8.tar.gz
Documentation Fixes relating to OSX and macports
Insert some notes about installing on OSX via macports
Diffstat (limited to 'packaging/macports')
-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