playing with font size/markdown

This commit is contained in:
Harri Lahtinen 2020-01-14 16:05:34 +02:00
parent 43b20a1610
commit b02d663ef1
1 changed files with 5 additions and 5 deletions

View File

@ -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