From 43ed6801d1106daeb52085f5da4f57e3b7fa821d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 17:18:56 +0100 Subject: Fix install instruction in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b2275c74..98e06b98 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ EOF git clone https://git.sr.ht/~a14m/ansible-distro-configure /opt/distro-configure cp /opt/distro-configure/host_vars/${DISTRO}.local.yml.example /opt/distro-configure/host_vars/${DISTRO}.local.yml -cd /opt/distro-install +cd /opt/distro-configure ansible-galaxy install -r requirements.yml ansible-playbook site.yml --ask-become-pass -- cgit v1.2.3