From ef361da504b75708ce9458be3d15a09ede8fa111 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Wed, 21 Jun 2023 13:28:58 +0000 Subject: [PATCH] Local dev grid readme formatting --- morph/grid/local/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst index 9c8ba9c2..75bc6858 100644 --- a/morph/grid/local/README.rst +++ b/morph/grid/local/README.rst @@ -33,7 +33,7 @@ Use the local development environment vagrant up --provider=libvirt - Optionally, to switch from QEMU to KVM virtualization, edit the virtual machine definition of all the machines and replace the "qemu" on the first line with "kvm": + Optionally, to switch from QEMU to KVM virtualization, edit the virtual machine definition of all the machines and replace the "qemu" on the first line with "kvm":: sudo virsh list sudo virsh edit <machine id> (once for every machine) -- GitLab