diff --git a/addons/install_arch.md b/addons/install_arch.md index 0d7af16..e89af88 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -1,14 +1,14 @@ -# Install ARCH Linux with UEFI +## Install ARCH Linux with UEFI -# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. +### The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. -# Download the archiso image from https://www.archlinux.org/ +### Download the archiso image from https://www.archlinux.org/ -# Copy to a usb-drive +#### Copy to a usb-drive dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux -# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. +#### Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. ### Installation Steps