diff --git a/README.md b/README.md index ded5c57..0da5213 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ A Bash wrapper around `virt-install` to quickly spin up and manage local KVM vir ## Table of Contents -- [Features](#โœจ-features) -- [Prerequisites](#๐Ÿ”ง-prerequisites) -- [Quick Start](#๐Ÿš€-quick-start) -- [Installation](#๐Ÿ“ฆ-installation) -- [Usage](#๐Ÿ’ป-usage) +- [Features](#-features) +- [Prerequisites](#-prerequisites) +- [Quick Start](#-quick-start) +- [Installation](#-installation) +- [Usage](#-usage) - [Create a VM](#create-a-vm) - [Delete a VM](#delete-a-vm) - [Attach a Disk](#attach-a-disk) -- [Configuration](#โš™๏ธ-configuration) -- [Boot Mode](#๐Ÿ–ฅ๏ธ-boot-mode) -- [Hostname Resolution (optional)](#๐ŸŒ-hostname-resolution-optional) -- [Troubleshooting](#๐Ÿž-troubleshooting) -- [Testing](#๐Ÿงช-testing) -- [Contributing](#๐Ÿค-contributing) -- [License](#๐Ÿ“„-license) +- [Configuration](#-configuration) +- [Boot Mode](#-boot-mode) +- [Hostname Resolution (optional)](#-hostname-resolution-optional) +- [Troubleshooting](#-troubleshooting) +- [Testing](#-testing) +- [Contributing](#-contributing) +- [License](#-license) ## โœจ Features @@ -157,7 +157,7 @@ BUILTIN_VMS+=("almalinux9:AlmaLinux 9 cloud image:x86_64:https://repo.almalinux. You may add multiple lines to include multiple VMs. See `.kivrc` for more details. -## ๐Ÿ–ฅ๏ธ Boot mode +## ๐Ÿ–ฅ๏ธ Boot Mode By default, if the [EDK2 OVMF](https://github.com/tianocore/tianocore.github.io/wiki/OVMF) package is detected on the host, `virt-install` will boot using UEFI with secure boot disabled.