From af6ba85ce8fc1927ed8c4785b373d06a26b123e3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 11 Jan 2020 14:42:41 -0800 Subject: [PATCH] doc/VirtualMachine.md: fix minor typo --- doc/VirtualMachine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/VirtualMachine.md b/doc/VirtualMachine.md index b94e9d30..e2bb7e4e 100644 --- a/doc/VirtualMachine.md +++ b/doc/VirtualMachine.md @@ -5,7 +5,7 @@ PBot can interact with a virtual machine to safely execute arbitrary user-submitted system commands and code. -This document will guide you through installing and configuration a virtual machine +This document will guide you through installing and configuring a virtual machine by using the widely available [libvirt](https://libvirt.org) project tools, such as `virt-install`, `virsh`, `virt-manager`, `virt-viewer`, etc.