diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-30 14:55:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-30 15:01:08 -0400 |
commit | ee3a0551a78534ede078f8340a6f075245815914 (patch) | |
tree | 6fb64ea837927c70b6cf4109104dea4cfe110d7d /doc/install.mdwn | |
parent | 896726cde425f6c74273b35cde30c1909551ff66 (diff) | |
parent | 56aeeb4565dd419c315d370f6e648abfe009a7d3 (diff) |
Merge branch 'master' into v3
Conflicts:
debian/changelog
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 1c038d0cf..1a83c2fd6 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -33,3 +33,10 @@ 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 configure + cabal install --bindir=$HOME/bin |