From 98160fc67e6d6920a65b07b28e23b807cedbb9cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Sep 2012 17:25:08 -0400 Subject: [PATCH] try a table --- doc/install.mdwn | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/install.mdwn b/doc/install.mdwn index cd05178cce..6a4148a929 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -3,17 +3,19 @@ Quick commands given where possible, but see the individual pages for details. -* [[OSX]] -* [[Debian]] `apt-get install git-annex` -* [[Ubuntu]] `apt-get install git-annex` -* [[FreeBSD]] `pkg_add -r hs-git-annex` -* [[ArchLinux]] `yaourt -Sy git-annex` -* [[NixOS]] `nix-env -i git-annex` -* [[Gentoo]] `emerge git-annex` -* [[ScientificLinux5]] (and other RHEL5 clones like CentOS5) -* [[Fedora]] -* [[openSUSE]] -* Windows: [[sorry, not possible yet|todo/windows_support]] +[[!table format=dsv header=no data=""" +[[OSX]] | +[[Debian]] | `apt-get install git-annex` +[[Ubuntu]] | `apt-get install git-annex` +[[FreeBSD]] | `pkg_add -r hs-git-annex` +[[ArchLinux]] | `yaourt -Sy git-annex` +[[NixOS]] | `nix-env -i git-annex` +[[Gentoo]] | `emerge git-annex` +[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5) +[[Fedora]] | +[[openSUSE]] | +Windows | [[sorry, Windows not supported yet|todo/windows_support]] +"""]] ## Using cabal