generator: Missing newline character.
[libguestfs.git] / examples / README
index 4a6c5d4..408d6a2 100644 (file)
@@ -4,5 +4,12 @@ libguestfs API.
 As they are examples, these are licensed so they can be freely copied
 and used without any restrictions.
 
 As they are examples, these are licensed so they can be freely copied
 and used without any restrictions.
 
-Tip: To enable verbose messages, set environment variable
+Tips:
+
+(1) To enable verbose messages, set environment variable
 LIBGUESTFS_DEBUG=1
 LIBGUESTFS_DEBUG=1
+
+(2) If you haven't installed libguestfs, run the examples like this:
+LIBGUESTFS_PATH=appliance examples/to-xml
+(the path should point to the directory containing vmlinuz.* and
+initramfs.* files).