playing with font size/markdown
This commit is contained in:
parent
43b20a1610
commit
b02d663ef1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue