From e8ee1a450682c6dbf27b0006641330db3b454b6e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Mar 2021 14:30:23 -0400 Subject: [PATCH] reorder it seems to make sense to have linux and osx first since a lot of users use those, and windows at the end because well, it's windows. but it seemed odd to start with osx, so moved linux up. alphabetical would maybe be better, but then android comes first, which just feels weird since it's such a niche port. also the linux distro sublist has a good reason not to be alphabetical, eg docker and conda are on there as kind of last resorts --- doc/install.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install.mdwn b/doc/install.mdwn index 2ce24127ef..c26eecbac5 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -2,9 +2,6 @@ [[!table format=dsv header=yes data=""" detailed instructions | quick install -[[OSX]] | -  [[OSX/Homebrew]] | `brew install git-annex` -[[Android]] | **beta** [[Linux|linux_standalone]] |   [[Debian]] | `apt-get install git-annex`   [[Ubuntu]] | `apt-get install git-annex` @@ -19,7 +16,10 @@ detailed instructions | quick install   [[openSUSE]] | `zypper in git-annex`   [[Docker]] |   [[conda]] | `conda install -c conda-forge git-annex` +[[OSX]] | +  [[OSX/Homebrew]] | `brew install git-annex` [[FreeBSD]] | `pkg install hs-git-annex` +[[Android]] | **beta** [[Windows]] | **beta** """]]