diff options
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 25eb8bedf..23a0da902 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -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 |