Issue #50: Update installation steps with xcode before ansible

This commit is contained in:
Oskar Schöldström 2017-06-02 23:54:09 -05:00
parent 4ec9ad7c13
commit 357eb4ce03

View file

@ -15,8 +15,8 @@ This is a work in progress, and is mostly a means for me to document my current
## Installation
1. [Install Ansible](http://docs.ansible.com/intro_installation.html).
2. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
2. [Install Ansible](http://docs.ansible.com/intro_installation.html).
3. Clone this repository to your local drive.
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted.