diff --git a/README.md b/README.md index c5e6b56..d97baba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can reach our (temporarily not updated and old) [website](http://osxc.github 1. Be sure to have the XCode Command-Line tools installed: `xcode-select --install` 2. Easy_install pip, and then pip install Ansible: `sudo easy_install pip; sudo pip install ansible` (or `sudo pip install --upgrade ansible` if Ansible has already been installed via pip and needs upgrading to 1.8+) 3. While that's happening [Fork this repo](https://github.com/osxc/starter/fork) and then clone your fork anywhere you want on your machine: `git clone https://github.com//starter.git ~/src/osxc; cd ~/src/osxc` -4. Take a quick look at `configuration.yml` and `installation.yml` customizing to your liking. +4. Take a quick look at `configuration.yml` and `install.yml` customizing to your liking. 5. Start osxc with `ansible-galaxy install -r requirements.yml && ansible-playbook desktop.yml` At the end, you'll only need to repeat step 5.