archinstall/README.md
2024-05-25 11:21:55 +02:00

15 lines
294 B
Markdown

# archinstall
My personal Arch install script.
## HOW-TO
Install git, clone the script, edit the `config` file to match your preferences
and run the `install.sh` script.
```bash
pacman -Sy git
git clone https://git.maby.dev/ange/archinstall.git
cd archinstall
$EDITOR config
./install.sh
```