Update quick-start guide

This commit is contained in:
seajee
2024-07-11 03:48:11 +02:00
parent d95e120b14
commit 0cdfc926b1

View File

@@ -9,7 +9,7 @@ To use the scripts run the following on a live Arch Linux environment:
```bash ```bash
$ pacman -Sy git $ pacman -Sy git
$ git clone https://github.com/seajee/archquick $ git clone --depth 1 https://github.com/seajee/archquick
$ cd archquick $ cd archquick
$ ./install.sh $ ./install.sh
``` ```