X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;fp=README;h=272203580ccd9f49e1e774d0dc7f62c935ebd7a2;hp=3960b613eadfb30a192bbecfa6312cca6101e8b4;hb=33a2c184e12c0bdbf061a9f36c87d76c28444712;hpb=5790f5bfafb12cc2ed9365461bf66e0fdfde7150 diff --git a/README b/README index 3960b61..2722035 100644 --- a/README +++ b/README @@ -113,16 +113,18 @@ this command as root: make install -You can run the virt tools without needing to install, using the "run" -script in the top directory. This script sets up some environment -variables. For example: +You can run guestfish, guestmount and the virt tools without needing +to install, using the "run" script in the top directory. This script +sets up some environment variables. For example: + + ./run ./fish/guestfish [usual guestfish args ...] ./run ./inspector/virt-inspector [usual virt-inspector args ...] -If you are already in the inspector/ subdirectory, then the following +If you are already in the fish/ subdirectory, then the following command will also work: - ../run ./virt-inspector [...] + ../run ./guestfish [...] You can also make a symlink (note: NOT a hard link) from your $PATH to the run script, eg: