From 4defce0b0ad620391bd5712029df34e647533576 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 2 May 2024 19:02:01 +0100 Subject: [PATCH] docs: make headings more prominent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9825032..9ff4312 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We have a Discord for this project: [![Discord](https://img.shields.io/discord/712850672223125565?color=0C306A&label=WimpysWorld%20Discord&logo=Discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw) -## Introduction +# Introduction **Quickemu** is a wrapper for the excellent [QEMU](https://www.qemu.org/) that attempts to automatically *"do the @@ -56,7 +56,7 @@ virtual machines. - EFI (with or without SecureBoot) and Legacy BIOS boot - Graphical user interfaces available -## Quick start +# Quick start [Once Quickemu is installed](https://github.com/quickemu-project/quickemu/wiki/01-Installation), there are two simple steps to create and run a virtual machine: @@ -73,7 +73,7 @@ quickemu --vm nixos-unstable.conf ``` - Execute `quickget` (with no arguments) to see a list of all the supported operating systems. -## Documentation +# Documentation The wiki describes how to get up and running with Quickemu and also covers more advanced configuration and usage. @@ -86,7 +86,7 @@ The wiki describes how to get up and running with Quickemu and also covers more - [**Alternative frontends**](https://github.com/quickemu-project/quickemu/wiki/07-Alternative-frontends) 🧑‍💻 - [**References**](https://github.com/quickemu-project/quickemu/wiki/08-References) 📚️ -## Contributing +# Contributing We welcome contributions to Quickemu.