From b02d663ef17dcee91880a958b2776deb181bcc44 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 14 Jan 2020 16:05:34 +0200 Subject: [PATCH] playing with font size/markdown --- addons/install_arch.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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