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 <sdake@lambdal.com>
This commit is contained in:
Steven Dake 2022-08-16 06:20:20 -07:00 committed by Bo Chen
parent 76bde33fc4
commit 25f815e7d1

View File

@ -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. distributions please replace the package manager and package name.
```shell ```shell
# Install build-essential, git, and qemu-img # Install build-essential, git, and qemu-utils
$ sudo apt install git build-essential qemu-img $ sudo apt install git build-essential qemu-utils
# Install rust tool chain # Install rust tool chain
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# If you want to build statically linked binary please add musl target # If you want to build statically linked binary please add musl target