X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=README.md;h=b590928c5f44080640a4619f6ca22070cb48555e;hb=968eec593cc61690c9e0ed97450c4889258381af;hp=5386130622965464ce39019ad59a2da500e2fef5;hpb=ec8f0f0c24c96be434289ac18d6d064fad378827;p=cascardo%2Fovs.git diff --git a/README.md b/README.md index 538613062..b590928c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Open vSwitch +Open vSwitch +============ Build Status: ------------- @@ -78,30 +79,30 @@ 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. +For answers to common questions, read [FAQ.md]. -To learn how to set up SSL support for Open vSwitch, read INSTALL.SSL. +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 +113,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