X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=272203580ccd9f49e1e774d0dc7f62c935ebd7a2;hb=ba263035c6c32fe1b28aa386d9484a4d3fe8c94d;hp=3960b613eadfb30a192bbecfa6312cca6101e8b4;hpb=d642bef76613be44be733bbfcdb560d86c8ef8b5;p=libguestfs.git 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: