summaryrefslogtreecommitdiffstats
path: root/README.md
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
commit43ed6801d1106daeb52085f5da4f57e3b7fa821d (patch)
tree6c6282140864b20f603ad881ffc039880036de65 /README.md
parentcf5a5e57d05fa8e36d2053a78abb05b36197c993 (diff)
Fix install instruction in readme
Diffstat (limited to 'README.md')
-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