aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
blob: 4005ed4cd6e1c636a4371a330d7718f8d3db1a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## 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`
  [[Void]]            | `xbps-install git-annex`
  [[ScientificLinux5]]  |
  [[openSUSE]]          | `zypper in git-annex`
  [[Docker]]            | 
[[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]]