INSTALL.Debian: New instructions for installing on Debian.
[sliver-openvswitch.git] / README
diff --git a/README b/README
index 7c680d4..b0e6d05 100644 (file)
--- a/README
+++ b/README
@@ -88,26 +88,27 @@ Open vSwitch also provides some tools:
 What other documentation is available?
 --------------------------------------
 
-To install Open vSwitch on a regular Linux machine, read INSTALL.
+To install Open vSwitch on a regular Linux or FreeBSD host, please
+read INSTALL.  For specifics around installation on a specific
+platform, please see one of these files:
 
-For answers to common questions, read FAQ.
+    - INSTALL.Debian
+    - INSTALL.Fedora
+    - INSTALL.RHEL
+    - INSTALL.XenServer
 
-To use Open vSwitch as a drop-in replacement for the Linux bridge,
-read INSTALL.bridge.
+To use Open vSwitch...
 
-To build RPMs for installing Open vSwitch on a Citrix XenServer host
-or resource pool, read INSTALL.XenServer.
+    - ...with KVM on Linux, read INSTALL, read INSTALL.KVM.
 
-To build RPMs for installing Open vSwitch on a Red Hat Enterprise
-Linux host, read INSTALL.RHEL.
+    - ...with Libvirt, read INSTALL.Libvirt.
 
-To use Open vSwitch with KVM on Linux, read INSTALL, then
-INSTALL.KVM.
+    - ...as a drop-in replacement for the Linux bridge, read
+      INSTALL.bridge.
 
-To use Open vSwitch with Libvirt, read INSTALL.Libvirt.
+    - ...without using a kernel module, read INSTALL.userspace.
 
-To install Open vSwitch without using a kernel module, read
-INSTALL.userspace.
+For answers to common questions, read FAQ.
 
 To learn how to set up SSL support for Open vSwitch, read INSTALL.SSL.