summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2022-12-21 21:04:23 +0100
committerJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2022-12-21 21:24:38 +0100
commit0eb3a0d88eddb777aaa39c7b1572e696a221a210 (patch)
treee04af33678b744914dd9c513c1f8cf54d86fc978 /README.md
parent68adc61442dd49e4b681cf85ef79c3e8006b9f93 (diff)
downloaddebvm-0eb3a0d88eddb777aaa39c7b1572e696a221a210.tar.gz
README.md: add short usage example
Diffstat (limited to 'README.md')
-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?
===============