From 92beda1e32ec17ce80274de597b853fc78ee2d65 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 6 Dec 2022 17:18:15 +0000 Subject: [PATCH] README: Use consistent path to cloud-hypervisor binary Signed-off-by: Rob Bradford (cherry picked from commit 00becda89968ef714e5dfd6e7ea9afd9fbe0a931) Signed-off-by: Rob Bradford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd357130..c60aa3ba6 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ $ ./cloud-hypervisor \ If earlier kernel messages are required the serial console should be used instead of `virtio-console`. -```cloud-hypervisor \ +```./cloud-hypervisor \ --kernel ./linux-cloud-hypervisor/arch/x86/boot/compressed/vmlinux.bin \ --console off \ --serial tty \