mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Updated README.
This commit is contained in:
parent
9e88654833
commit
0289f0c3c0
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
## Installation
|
||||||
|
|
||||||
1. Clone this repository somewhere.
|
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`.
|
3. Run `ansible-playbook main.yml --ask-sudo-pass`.
|
||||||
|
|
||||||
## Additions coming soon
|
## Additions coming soon
|
||||||
|
|
Loading…
Reference in a new issue