summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
commita1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch)
tree4a53b93475a9f5ddd2b0159068818a530e21a797 /recipes
parent4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff)
downloadlibguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/README b/recipes/README
index 6a1f7288..6f7e2558 100644
--- a/recipes/README
+++ b/recipes/README
@@ -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