mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 04:07:21 +00:00
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:
parent
76bde33fc4
commit
25f815e7d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user