diff options
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index cd05178cc..6a4148a92 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 |