diff --git a/README.md b/README.md index b4f247703..58716251d 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ We need to get the latest `rust-hypervisor-firmware` release and also a working $ pushd $CLOUDH $ wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img $ qemu-img convert -p -f qcow2 -O raw focal-server-cloudimg-amd64.img focal-server-cloudimg-amd64.raw -$ wget https://github.com/cloud-hypervisor/rust-hypervisor-firmware/releases/download/0.3.1/hypervisor-fw +$ wget https://github.com/cloud-hypervisor/rust-hypervisor-firmware/releases/download/0.3.2/hypervisor-fw $ popd ```