From 70867a673511d2420ebccde2b7f8bae1ca4ff187 Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Sat, 4 Apr 2026 17:46:59 -0500 Subject: [PATCH] fixed paragraph order --- Software/VirtualMachineManager.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Software/VirtualMachineManager.md b/Software/VirtualMachineManager.md index 790f880..aa33a80 100644 --- a/Software/VirtualMachineManager.md +++ b/Software/VirtualMachineManager.md @@ -2,10 +2,11 @@ Virtual Machine Manager is a Hypervisor that is generally capable of everything [VirtualBox](VirtualBox.md) or [VMWare Workstation](VMWareWorkstation.md) is, but with the benefit of built in support from the linux kernel. So no weird install processes involving kernel modules and the like. # Install -If your distribution has a Graphical software manager/store, you can likely search for **Virtual Machine Manager** and install it there. **NOTE: Some Windows VMs may require TPM, this will require the swtpm package to also be installed on your system. See the [TPM section](#tpm) for details.** +If your distribution has a Graphical software manager/store, you can likely search for **Virtual Machine Manager** and install it there. + If not, or you wish to install it via command-line, see below: ### Flatpak (universal)