mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Simpler playbook instructions.
This commit is contained in:
parent
eb2f9692fc
commit
948797788d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||
2. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
||||
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 -u [username] -K` inside this directory (substitute `[username]` for your macOS account username). Enter your account password when prompted.
|
||||
5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted.
|
||||
|
||||
> Note: If some Homebrew commands fail, you might need to agree to XCode's license or fix some other Brew issue. Run `brew doctor` to see if this is the case.
|
||||
|
||||
|
|
Loading…
Reference in a new issue