Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.57 KB

install.mdwn

File metadata and controls

43 lines (35 loc) · 1.57 KB

OS-specific instructions

  • [[OSX]]
  • [[Debian]]
  • [[Ubuntu]]
  • [[Fedora]]
  • [[FreeBSD]]

Using cabal

As a haskell package, git-annex can be built using cabal. For example:

cabal install git-annex --bindir=$HOME/bin

Installation by hand

To build and use git-annex, you will need:

Then just [[download]] git-annex and run: make; make install