From 073374e2b06f8a0130d3997cb140e0577ed059ad Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 19 Oct 2022 12:59:37 +0100 Subject: [PATCH] README.md: Fix path to executable Signed-off-by: Rob Bradford --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d2adeb04..b00f320a0 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ is only necessary to add this disk image on the first boot. ```shell $ sudo setcap cap_net_admin+ep ./cloud-hypervisor $ ./create-cloud-init.sh -$ .cloud-hypervisor \ +$ ./cloud-hypervisor \ --kernel ./hypervisor-fw \ --disk path=focal-server-cloudimg-amd64.raw path=/tmp/ubuntu-cloudinit.img --cpus boot=4 \ @@ -159,7 +159,7 @@ GRUB) is required then it necessary to switch to the serial console instead of `virtio-console`. ```shell -$ .cloud-hypervisor \ +$ ./cloud-hypervisor \ --kernel ./hypervisor-fw \ --disk path=focal-server-cloudimg-amd64.raw path=/tmp/ubuntu-cloudinit.img --cpus boot=4 \