Add quick run instructions

This commit is contained in:
ItsDrike 2023-07-31 22:04:51 +02:00
parent 03b4e74694
commit 22d15d2093

View file

@ -2,6 +2,11 @@
set -euo pipefail
# Arch installation script to be ran during OS installation, after chroot.
# $ arch-chroot /mnt
# $ pacman -S git
# $ git clone https://github.com/ItsDrike/dotfiles ~/dots
# $ cd ~/dots
# $ ./install_root.sh
# -----------------------------------------------------------------------
if [ "$UID" != 0 ]; then