From 9aa2d31d2dc11aa9ea65c4bea999cc94627f3076 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 6 Jun 2024 22:14:07 +0200 Subject: [PATCH] add dev pull command to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a9d66..3599170 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ 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 \ No newline at end of file + - ansible-playbook main.yml --ask-become-pass + +## Development + +`git pull && ansible-playbook main.yml -e "ansible_become_password=XXXXX"` \ No newline at end of file