diff --git a/README.md b/README.md index d28eb5a..4f5f5ab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ cd arch sh install.sh ``` +### Or as a one-liner: +``` +pacman -Sy git --noconfirm && git clone https://gitlab.com/dataprolet/arch && cd arch && sh install.sh +``` + +- Tested and working as of 13th of July 2022. + ### *There are now two additional versions of the script:* - `install-lvm.sh` - Installs using Ext4 and uses LVM for /root and /home. - `install-grub.sh` - Installs using GRUB for legacy BIOS.