From 25f815e7d16edfcd4a76b1e2195739e2cc6e30fa Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 16 Aug 2022 06:20:20 -0700 Subject: [PATCH] docs: README.md: Use correct package name for qemu-img The documentation states to install qemu-img. This is located in the package qemu-utils. The documentation imples the binary is wihtin the qemu-img package, which doesn't exist. Signed-off-by: Steven Dake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5c999511..a56bfdd7a 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ Hypervisor. Here, all the steps are based on Ubuntu, for other Linux distributions please replace the package manager and package name. ```shell -# Install build-essential, git, and qemu-img -$ sudo apt install git build-essential qemu-img +# Install build-essential, git, and qemu-utils +$ sudo apt install git build-essential qemu-utils # Install rust tool chain $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # If you want to build statically linked binary please add musl target