From e590277e69d2a59d7a16f4d500d7ca2c4c35ca9b Mon Sep 17 00:00:00 2001 From: HADEON <52324046+h8d13@users.noreply.github.com> Date: Mon, 5 Jan 2026 02:35:42 +0100 Subject: [PATCH] Another small readme change for clarity (#4077) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04825bd4..287f215a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ archinstall ## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer using `git` ```shell - # cd archinstall-git + # git clone https://github.com/archlinux/archinstall + # cd archinstall # python -m archinstall $@ ```