From 48434167ac43786adcd169e04ff9a39d3d88d84e Mon Sep 17 00:00:00 2001 From: Giovanni Torres Date: Sat, 19 Jul 2025 16:28:02 -0400 Subject: [PATCH] fix: update anchors in table of contents (#86) --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 313d8e7..ded5c57 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,21 @@ A Bash wrapper around `virt-install` to quickly spin up and manage local KVM vir ## Table of Contents -- [Features](#features) -- [Prerequisites](#prerequisites) -- [Installation](#installation) -- [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 @@ -79,7 +78,7 @@ Connect via `ssh myvm` once cloud-init finishes. Run the help command to see all kvm-install-vm help ``` -## Installation +## ๐Ÿ“ฆ Installation Copy the script to a folder in your PATH, and the config file to your HOME directory: