Update documentation.
[virt-p2v.git] / README
diff --git a/README b/README
index b2ffa07..8b61d35 100644 (file)
--- a/README
+++ b/README
@@ -36,12 +36,14 @@ Requirements:
  * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light (all in Fedora)
  * qemu and/or KVM (only for testing)
 
-(1) Edit Makefile - there is some general configuration at the
-    top which you may want to change.
+Then:
 
-(2) 'make build' will build an ISO image called virt-p2v-$VERSION.iso
+       ./configure && make
 
-(3) Burn the image on to a CD using standard tools.
+As root, 'make build' will build an ISO image called
+'virt-p2v-$VERSION.iso'.
+
+Burn the image on to a CD using standard tools.
 
 
 Testing
@@ -52,6 +54,5 @@ server, then you can run the ISO directly in qemu.  (To do any sort of
 realistic testing you will also need an operating system image,
 eg. from /var/lib/xen/images, to experiment with).  For example:
 
-  $ cp /var/lib/xen/images/rhel5gax32fv.img .
-  $ make boot HDA=rhel5gax32fv.img
-  qemu -m 512 -cdrom virt-p2v-0.1.iso -boot d -hda rhel5gax32fv.img
+  cp /var/lib/xen/images/rhel5gax32fv.img .
+  make boot HDA=rhel5gax32fv.img