From 228c5ea711c7979b44f80dc3a60435457550d78f Mon Sep 17 00:00:00 2001 From: Alex Kinch Date: Tue, 10 Nov 2020 20:13:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fe984..23574af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # auto-arch-install These are my scripts to automatically install Arch Linux. # How to install -1. Install git to the Arch live CD by typing ```sudo pacman -S git``` +1. Install git to the Arch live CD by typing ```pacman -S git``` 2. Type ```git clone https://wwe.github.com/alexthelion335/auto-arch-install.git``` to download the scripts. 3. Edit the variables at the top of both scripts to change the drive you want to install on, user, and password. 4. Type ```sh ./install-arch.sh``` to start part one of the installation.