summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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?
===============