summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-18 21:23:37 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-18 21:26:00 +0000
commit77e1dc20cad7b20b5c9365e0dcc1bc9344cc8faf (patch)
tree1cd83320813a296aaa1af05720e45c76e797f296 /README
parente5711e7e55f0d4b5e7559828ee675efc052d6ccd (diff)
downloadvirt-what-77e1dc20cad7b20b5c9365e0dcc1bc9344cc8faf.tar.gz
virt-what-77e1dc20cad7b20b5c9365e0dcc1bc9344cc8faf.tar.xz
virt-what-77e1dc20cad7b20b5c9365e0dcc1bc9344cc8faf.zip
Version 1.5.1.5
Also update instructions in README to cover running make check and running virt-what locally as root.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a363ddb..2d1bc29 100644
--- a/README
+++ b/README
@@ -10,11 +10,19 @@ Build:
./configure
make
+If you want to run the automated tests:
+
+ make check
+
If you want to run it from the local directory, then you have to set
the PATH:
PATH=.:$PATH virt-what
+or since virt-what normally needs to be run as root:
+
+ su -c 'PATH=.:$PATH virt-what'
+
To install (usually as root):
make install