From 0eb3a0d88eddb777aaa39c7b1572e696a221a210 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 21 Dec 2022 21:04:23 +0100 Subject: README.md: add short usage example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 33ba07d..400f9f2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Given such an image, `debvm-run` can be used to run it. It extracts the kernel and initrd from the filesystem image and constructs a suitable `qemu` invocation. +The following two invocations will give you a shell inside a qemu virtual +machine of the native architecture, leaving all the settings at their defaults: + + ./debvm-create && ./debvm-run + What do I need? =============== -- cgit v1.2.3