summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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