diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/README | 2 |
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 |