summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index d50e9dc..a97fdb3 100644
--- a/README
+++ b/README
@@ -1,10 +1,20 @@
virt-what
-Copyright (C) 2008 Red Hat Inc.
+Copyright (C) 2008-2009 Red Hat Inc.
+----------------------------------------------------------------------
+
+This is a collection of scripts which you can use to work out what
+sort of virtualization you are running inside.
Build:
+ ./configure
make
+If you want to run it from the local directory, then you have to set
+the PATH:
+
+ PATH=.:$PATH ./virt-what
+
To install (usually as root):
make install