X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=README.md;h=82065c7d80601e0ca8e8260873f9f0864304a161;hb=d71c423edf5d7e9377957dddc0c72d1d0c1375b1;hp=5386130622965464ce39019ad59a2da500e2fef5;hpb=ec8f0f0c24c96be434289ac18d6d064fad378827;p=cascardo%2Fovs.git diff --git a/README.md b/README.md index 538613062..82065c7d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Open vSwitch +Open vSwitch +============ Build Status: ------------- @@ -78,30 +79,32 @@ What other documentation is available? -------------------------------------- To install Open vSwitch on a regular Linux or FreeBSD host, please -read INSTALL. For specifics around installation on a specific +read [INSTALL.md]. For specifics around installation on a specific platform, please see one of these files: -- INSTALL.Debian -- INSTALL.Fedora -- INSTALL.RHEL -- INSTALL.XenServer +- [INSTALL.Debian.md] +- [INSTALL.Fedora.md] +- [INSTALL.RHEL.md] +- [INSTALL.XenServer.md] To use Open vSwitch... -- ...with Docker on Linux, read INSTALL.Docker. +- ...with Docker on Linux, read [INSTALL.Docker.md] -- ...with KVM on Linux, read INSTALL, read INSTALL.KVM. +- ...with KVM on Linux, read [INSTALL.md], read [INSTALL.KVM.md] -- ...with Libvirt, read INSTALL.Libvirt. +- ...with Libvirt, read [INSTALL.Libvirt.md]. -- ...without using a kernel module, read INSTALL.userspace. +- ...without using a kernel module, read [INSTALL.userspace.md]. -For answers to common questions, read FAQ. +- ...with SELinux, read [INSTALL.SELinux.md]. -To learn how to set up SSL support for Open vSwitch, read INSTALL.SSL. +For answers to common questions, read [FAQ.md]. + +To learn how to set up SSL support for Open vSwitch, read [INSTALL.SSL.md]. To learn about some advanced features of the Open vSwitch software -switch, read the tutorial in tutorial/Tutorial. +switch, read the [tutorial/Tutorial.md]. Each Open vSwitch userspace program is accompanied by a manpage. Many of the manpages are customized to your configuration as part of the @@ -112,3 +115,16 @@ Contact ------- bugs@openvswitch.org + +[INSTALL.md]:INSTALL.md +[INSTALL.Debian.md]:INSTALL.Debian.md +[INSTALL.Docker.md]:INSTALL.Docker.md +[INSTALL.Fedora.md]:INSTALL.Fedora.md +[INSTALL.KVM.md]:INSTALL.KVM.md +[INSTALL.Libvirt.md]:INSTALL.Libvirt.md +[INSTALL.RHEL.md]:INSTALL.RHEL.md +[INSTALL.SSL.md]:INSTALL.SSL.md +[INSTALL.userspace.md]:INSTALL.userspace.md +[INSTALL.XenServer.md]:INSTALL.XenServer.md +[FAQ.md]:FAQ.md +[tutorial/Tutorial.md]:tutorial/Tutorial.md