summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-16 07:28:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-16 08:32:48 +0100
commit33a2c184e12c0bdbf061a9f36c87d76c28444712 (patch)
tree0069de7c4662ef6c064d48183fa7baf4350fd3c3 /README
parent5790f5bfafb12cc2ed9365461bf66e0fdfde7150 (diff)
downloadlibguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.tar.gz
libguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.tar.xz
libguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.zip
Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.
Remove the hack that let you run ./fish/guestfish or ./fuse/guestmount. You now have to do: ./run ./fish/guestfish or ./run ./fuse/guestmount to run these programs without installing.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 3960b613..27220358 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: