Browse Source

fix: update anchors in table of contents (#86)

pull/87/head 1.2.1
Giovanni Torres 8 months ago committed by GitHub
parent
commit
48434167ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 27
      README.md

27
README.md

@ -4,22 +4,21 @@ A Bash wrapper around `virt-install` to quickly spin up and manage local KVM vir
## Table of Contents ## Table of Contents
- [Features](#features) - [Features](#✨-features)
- [Prerequisites](#prerequisites) - [Prerequisites](#🔧-prerequisites)
- [Installation](#installation) - [Quick Start](#🚀-quick-start)
- [Quick Start](#quick-start) - [Installation](#📦-installation)
- [Installation](#installation) - [Usage](#💻-usage)
- [Usage](#usage)
- [Create a VM](#create-a-vm) - [Create a VM](#create-a-vm)
- [Delete a VM](#delete-a-vm) - [Delete a VM](#delete-a-vm)
- [Attach a Disk](#attach-a-disk) - [Attach a Disk](#attach-a-disk)
- [Configuration](#configuration) - [Configuration](#-configuration)
- [Boot Mode](#boot-mode) - [Boot Mode](#🖥-boot-mode)
- [Hostname Resolution (optional)](#hostname-resolution-optional) - [Hostname Resolution (optional)](#🌐-hostname-resolution-optional)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#🐞-troubleshooting)
- [Testing](#testing) - [Testing](#🧪-testing)
- [Contributing](#contributing) - [Contributing](#🤝-contributing)
- [License](#license) - [License](#📄-license)
## ✨ Features ## ✨ Features
@ -79,7 +78,7 @@ Connect via `ssh myvm` once cloud-init finishes. Run the help command to see all
kvm-install-vm help kvm-install-vm help
``` ```
## Installation ## 📦 Installation
Copy the script to a folder in your PATH, and the config file to your HOME directory: Copy the script to a folder in your PATH, and the config file to your HOME directory:

Loading…
Cancel
Save