From d74005dd11a16586343e1129d53e97bf76a677e3 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Wed, 2 Oct 2019 12:21:04 -0500 Subject: [PATCH] Fix README: Use systemwide vmdb2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 430ca13..e069fa7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Once you have edited the recipe for your hardware, you can generate the image by issuing the following (as root): ```shell - ./vmdb2/vmdb2 --rootfs-tarball=raspi3.tar.gz --output \ + vmdb2 --rootfs-tarball=raspi3.tar.gz --output \ raspi3.img raspi3.yaml --log raspi3.log ```