diff --git a/README.md b/README.md index 63399ed..1d90b3d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ # UEFI Helpers How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html + +``` +nix build --builders "" && cp -f result/bin/lanzaboote.efi esp/EFI/Linux/lanzaboote-x.efi && qemu-uefi -drive format=raw,file=fat:rw:esp +```