This commit is contained in:
Joey Hess 2011-07-02 17:29:20 -04:00
parent e3ffa4330c
commit bd5884d8dd

View file

@ -6,7 +6,13 @@
* [[Fedora]]
* [[FreeBSD]]
## Generic instructions
## 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:
@ -34,9 +40,3 @@ To build and use git-annex, you will need:
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
Then just [[download]] git-annex and run: `make; make install`
## Using cabal
As a haskell package, git-annex can be built using cabal. For example:
cabal install git-annex --bindir=$HOME/bin