Add .gitignore file for git.
[virt-mem.git] / README
diff --git a/README b/README
index 6fbe3c1..83d4022 100644 (file)
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Commands we support at the moment include:
   virt-uname      'uname' command, shows OS version, architecture, etc.
   virt-dmesg      'dmesg' command, shows kernel messages
   virt-ps         'ps' command, shows process list
+  virt-ifconfig   'ifconfig' command, shows network interfaces, addresses, etc.
 
 The general idea is that they allow you to monitor virtual machines
 without needing to log in to the machine itself or install any extra
@@ -21,6 +22,9 @@ The commands use libvirt to access the underlying virtualization
 system, so we support a variety of different systems such as Xen, QEMU
 and KVM, and more can be added just by adding support to libvirt.
 
+THIS IS HIGHLY EXPERIMENTAL, ALPHA-QUALITY SOFTWARE.  PLEASE READ THE FAQ:
+http://et.redhat.com/~rjones/virt-mem/faq.html
+
 
 Website
 ----------------------------------------------------------------------