From 0289f0c3c074bc4d967ae7ed3839e8a88ae857a2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 12 Feb 2014 22:36:38 -0600 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54041c8..ad9580b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mac Development VM +# Mac Development Ansible Playbook This set of playbooks was originally cloned from [MWGriffin/ansible-playbooks](https://github.com/MWGriffin/ansible-playbooks), and basically installs all the software I use on my Mac for web and software development. Well, all the software I can get without using the Mac App Store, which can't be scripted. @@ -9,7 +9,7 @@ This is very much a work in progress, and is mostly a means for me to document m ## Installation 1. Clone this repository somewhere. - 2. Install Ansible. + 2. [Install Ansible](https://devopsu.com/guides/ansible-mac-osx.html). 3. Run `ansible-playbook main.yml --ask-sudo-pass`. ## Additions coming soon