add dev pull command to readme

This commit is contained in:
Ariejan de Vroom 2024-06-06 22:14:07 +02:00
parent 1fb4b0d74c
commit 9aa2d31d2d
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -5,3 +5,7 @@ Installs _my_ Arch Linux.
- Clone this repo to your Arch install (after arch-chroot)
- ansible-galaxy install -r requirements.yml
- ansible-playbook main.yml --ask-become-pass
## Development
`git pull && ansible-playbook main.yml -e "ansible_become_password=XXXXX"`