git-annex/doc/install.mdwn
2019-09-13 12:18:36 -04:00

38 lines
1.5 KiB
Markdown

## Pick your OS
[[!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`
  [[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`
  [[Guix]] | `guix package -i git-annex`
  [[Void]] | `xbps-install git-annex`
  [[ScientificLinux]] |
  [[RHEL]] |
  [[openSUSE]] | `zypper in git-annex`
  [[Docker]] |
  [[conda]] | `conda install -c conda-forge git-annex`
[[Windows]] | **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]]