git-annex/doc/install.mdwn
Joey Hess 87bd25fd51
Revert "Added link to Windows installation instructions. The page was not easy to find."
This reverts commit c68d4305eb.

With all due respect, the link to the instructions for each OS is in the
"detailed instructions" column. Adding a second link to the same thing
is unlikely to help.
2016-11-29 13:32:20 -04:00

35 lines
1.6 KiB
Markdown

## Pick your OS
[[!table format=dsv header=yes data="""
detailed instructions | quick install
[[OSX]] | [download git-annex.app](https://downloads.kitenet.net/git-annex/OSX/current/)
  [[OSX/Homebrew]] | `brew install git-annex`
[[Android]] | [download git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/) **beta**
[[Linux|linux_standalone]] | [download prebuilt linux tarball](https://downloads.kitenet.net/git-annex/linux/current/)
  [[Debian]] | `apt-get install git-annex`
  [[Ubuntu]] | `apt-get install git-annex`
  [[Fedora]] | `yum install git-annex`
  [[FreeBSD]] | `pkg install hs-git-annex`
  [[ArchLinux]] | `pacman -S git-annex`
  [[NixOS]] | `nix-env -i git-annex`
  [[Gentoo]] | `emerge git-annex`
  [[Void]] | `xbps-install git-annex`
  [[ScientificLinux5]] |
  [[openSUSE]] | `zypper in git-annex`
  [[Docker]] |
[[Windows]] | [download installer](https://downloads.kitenet.net/git-annex/windows/current/) **beta**
"""]]
All the download links above use https for security. For added security, see
[[verifying_downloads]].
## Building it yourself
git-annex is [[Free Software|license]], written in [Haskell](http://www.haskell.org/).
Experienced users should not find it too hard to build and install
it [[from source|fromsource]].
## See also
* [[autobuild overview|builds]]
* [[upgrades]]