From 26d072ede1375a218306e23ca664635ed23188a3 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 13 Jul 2022 15:33:26 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.