mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Issue #2: Update installation instructions and use Ansible requirements.txt.
This commit is contained in:
parent
a7f1046bfd
commit
33373e9b8d
2 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,8 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||
## Installation
|
||||
|
||||
1. Clone this repository somewhere on your local drive.
|
||||
2. [Install Ansible](http://docs.ansible.com/intro_installation.html), and get the homebrew role by running `$ ansible-galaxy install geerlingguy.homebrew`.
|
||||
2. [Install Ansible](http://docs.ansible.com/intro_installation.html).
|
||||
3. Run the command `$ ansible-galaxy install -r requirements.txt` inside this directory to install required Ansible roles.
|
||||
3. Run `ansible-playbook main.yml --ask-sudo-pass` from the same directory as this README file.
|
||||
|
||||
## Included Applications / Configuration
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
geerlingguy.homebrew
|
Loading…
Reference in a new issue