From bf24f48b63b2e75f0cd5f6d989a77acb1a9529ed Mon Sep 17 00:00:00 2001 From: beech Date: Mon, 5 Jan 2026 19:10:34 -0600 Subject: [PATCH] update readme --- README.md | 10 +++------- install3-experimental.sh | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 205a893..3f4ae66 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,11 @@ This step installs Arch to your hard drive. *IT WILL FORMAT THE DISK* Boot into your Arch ISO & run commands: ```bash -# Installer 1 +# Installer 1 & 2 curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/main/install1.sh -o install1.sh sh install1.sh -# Preparing for first boot -exit -umount -R /mnt - -# Reboot Machine (remove installation media during reboot) +# Reboot machine when prompted (remove installation media during reboot) reboot ``` @@ -29,7 +25,7 @@ reboot # Install Pacman Tools sudo pacman -S --noconfirm pacman-contrib -# Installer 3 (Desktop & Nvidia Drivers) +# Installer 3 (Desktop, software & Nvidia Drivers) sudo git clone https://git.merlinslair.net/beech/ArchScripts cd ArchScripts sh install3.sh diff --git a/install3-experimental.sh b/install3-experimental.sh index 3af6d41..89fcab8 100644 --- a/install3-experimental.sh +++ b/install3-experimental.sh @@ -64,7 +64,7 @@ setup_nvidia () { rm -rf "${HOME}/yay" echo "Yay installation complete." else - echo "Yay is already installed." + echo "Yay already installed." fi # Install 580xx drivers