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
This commit is contained in:
Joey Hess 2021-03-22 14:30:23 -04:00
parent 9b8d6a86e8
commit e8ee1a4506
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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**
"""]]