mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
run: Refer to README and correct documentation for linking to script.
Any link works, even a hard link.
This commit is contained in:
3
README
3
README
@@ -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
7
run.in
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user