diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-02 17:29:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-02 17:29:20 -0400 |
commit | bd5884d8dd873d6bc7a5e938afb2d835b7bd968f (patch) | |
tree | f42cd4ca58c3c2e5f61904dd88ece4eeaf32e9e1 /doc | |
parent | e3ffa4330c0c5855c6e3542aac83a2c54fc8c4de (diff) |
reorder
Diffstat (limited to 'doc')
-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 |