run: Refer to README and correct documentation for linking to script.

Any link works, even a hard link.
This commit is contained in:
Richard W.M. Jones
2013-02-23 08:18:27 +00:00
parent 1ca842d98b
commit d950e1a3bc
2 changed files with 5 additions and 5 deletions

3
README
View File

@@ -257,8 +257,7 @@ command will also work:
../run ./guestfish [...]
You can also make a symlink (note: NOT a hard link) from your $PATH to
the run script, eg:
You can also make a link from your $PATH to the run script, eg:
cd ~/bin
ln -s ~/libguestfs/run libguestfs-run

7
run.in
View File

@@ -24,9 +24,10 @@
# ./run ./inspector/virt-inspector [args ...]
#
# This works for any C program, virt tools, and most non-C bindings
# and programs in the libguestfs distribution. Also you can make a
# symbolic [not hard] link to this 'run' script from anywhere
# (eg. $HOME/bin/run) if you wish.
# and programs in the libguestfs distribution.
#
# For lots more ways to use this script, see the libguestfs README
# file.
#
# The script can also be used to make the output of tests shorter:
# TESTS_ENVIRONMENT = ... $(top_builddir)/run --test [$(VG)]