mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 11:23:02 +00:00
Another tweak to the initial install instructions.
This commit is contained in:
parent
2422114776
commit
0f8d899545
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ This playbook installs and configures most of the software I use on my Mac for w
|
|||
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html):
|
||||
|
||||
1. Run the following command to add Python 3 to your $PATH: `export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"`
|
||||
2. Install Ansible: `pip3 install ansible`
|
||||
3. Install the command line tools when prompted (this may take a few minutes).
|
||||
2. Upgrade Pip: `sudo pip3 install --upgrade pip`
|
||||
3. Install Ansible: `pip3 install ansible`
|
||||
|
||||
3. Clone or download this repository to your local drive.
|
||||
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
|
||||
|
|
Loading…
Reference in a new issue