From 576649a49c42c6b6ca472d0744b2f3099c951d37 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 15 Dec 2025 17:13:06 +1100 Subject: [PATCH] README.md adjustment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33fe901..1839ad9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ sudo apt install enroll ### AppImage -Download the AppImage file from the Releases page (verify with GPG if you wish, my fingerprint is [here](https://mig5.net/static/mig5.asc), +Download the AppImage file from the Releases page (verify with GPG if you wish, my fingerprint is [here](https://mig5.net/static/mig5.asc)), then make it executable and run it: ```bash @@ -75,7 +75,7 @@ enroll manifest --harvest /tmp/enroll-harvest --out /tmp/enroll-ansible enroll enroll --harvest /tmp/enroll-harvest --out /tmp/enroll-ansible ``` -Then run: +Then run Ansible however way you wish, for example (local execution): ```bash ansible-playbook -i "localhost," -c local /tmp/enroll-ansible/playbook.yml