summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ff9c98..734f9a8 100644
--- a/README.md
+++ b/README.md
@@ -59,10 +59,18 @@ the [vmdb2][] tool installed.
`sudo ./vm.sh`
-* Create the outer, manager VM:
+* Create the outer, manager VM, using libvirt:
`./vm-libvirt.sh`
+* Alternatively, create it using qemu only (this will run until you
+ shut down the VM):
+
+ `./vm-qemu.sh vm.img 7777`
+
+ You need to specify `--manager-address` (or `-m`) and
+ `--manager-port` (or `-p) when using contractor.
+
## Try the Contractor