summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-02 17:29:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-02 17:29:20 -0400
commitbd5884d8dd873d6bc7a5e938afb2d835b7bd968f (patch)
treef42cd4ca58c3c2e5f61904dd88ece4eeaf32e9e1
parente3ffa4330c0c5855c6e3542aac83a2c54fc8c4de (diff)
reorder
-rw-r--r--doc/install.mdwn14
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