summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-09 10:25:39 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-09 10:25:39 +0100
commit7880dab8d6e6d85cb086960750916b7f578e537f (patch)
tree8adbd4eea190843c267f3e658e5d5646082ed838 /README
downloadvirt-what-7880dab8d6e6d85cb086960750916b7f578e537f.tar.gz
virt-what-7880dab8d6e6d85cb086960750916b7f578e537f.tar.xz
virt-what-7880dab8d6e6d85cb086960750916b7f578e537f.zip
Copy initial release from CVS.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d50e9dc
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+virt-what
+Copyright (C) 2008 Red Hat Inc.
+
+Build:
+
+ make
+
+To install (usually as root):
+
+ make install
+
+also:
+
+ make prefix=/usr install
+ make DESTDIR=/tmp/somewhere install