Prepare for version 1.0.40.
[libguestfs.git] / recipes / README
index 6a1f728..88b3919 100644 (file)
@@ -7,8 +7,8 @@ http://et.redhat.com/~rjones/libguestfs/recipes.html
 The format for each recipe is:
 
   foo.sh           Shell script, using guestfish.
-  foo.html         HTML snippet describing the recipe (should start
-                   with <h2>..</h2> giving the title of the recipe)
+  foo.title        The title of the recipe.
+  foo.html         HTML snippet describing the recipe.
   foo.example      Plain text snippet showing example output.
 
 Everything in the recipes/ directory may be used and distributed
@@ -17,7 +17,7 @@ without restrictions.
 To run a script before libguestfs has been installed, you can do
 something like this:
 
-  LIBGUESTFS_PATH=.. PATH=../fish:$PATH ./show-devices.sh disk.img
+  LIBGUESTFS_PATH=../appliance PATH=../fish:$PATH ./show-devices.sh disk.img
 
 You can apply these recipes in your own programs by translating the
 guestfish commands into API calls in the language of your choice.  The