summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-01-18 17:18:56 +0100
committerAhmed AbdelHalim <[email protected]>2026-01-18 17:18:56 +0100
commitba224bfedeba8f5746e8d9541ba13552620948d1 (patch)
tree6c6282140864b20f603ad881ffc039880036de65
parentc86f61b8b7eb236cf9763585fc6b063a087e48d4 (diff)
Fix install instruction in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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