Files
archquick/README.md
2024-06-18 23:55:21 +00:00

16 lines
299 B
Markdown

# archquick
archquick is a set of scripts to facilitate the process of quickly installing
Arch Linux.
## Quick start
To use the scripts run the following on a live Arch Linux environment:
```bash
$ pacman -Sy git
$ git clone https://github.com/seajee/archquick
$ cd archquick
$ ./install.sh
```