From 631aa51660230d86d2e4da0dcc12bfca7b2a873d Mon Sep 17 00:00:00 2001 From: rickellis Date: Sat, 24 Mar 2018 12:16:20 -0600 Subject: [PATCH] Updated docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65cd63c..33488f7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This document describes my preferred way to install Arch Linux. -* LUKS allows full disk encryption. +* __LUKS__ allows full disk encryption. -* LVM (Logical Volume Management) is a more flexible way to set up a hard drive, as it allows partitions to be dynamically resized. +* __LVM__ (Logical Volume Management) is a more flexible way to set up a hard drive, as it allows partitions to be dynamically resized. -* UEFI is the modern replacement for Legacy BIOS. +* __UEFI__ is the modern replacement for Legacy BIOS. If you are curious as to why I use Arch you can read __[Why Arch Linux](https://github.com/rickellis/Arch-Linux-Install-Guide/blob/master/why-arch.md)__.