Another small readme change for clarity (#4077)

This commit is contained in:
HADEON 2026-01-05 02:35:42 +01:00 committed by GitHub
parent 9488233a5a
commit e590277e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ archinstall
## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer using `git` ## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer using `git`
```shell ```shell
# cd archinstall-git # git clone https://github.com/archlinux/archinstall
# cd archinstall
# python -m archinstall $@ # python -m archinstall $@
``` ```