This commit is contained in:
Joey Hess 2013-05-13 13:40:41 -04:00
parent 8f3c96887d
commit cd928eeed8
3 changed files with 6 additions and 9 deletions

View file

@ -19,14 +19,8 @@ Windows | [[sorry, Windows not supported yet|todo/windows_support]
## Using cabal
As a haskell package, git-annex can be installed using cabal.
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/),
and then:
cabal install git-annex --bindir=$HOME/bin
That installs the latest release. Alternatively, you can [[download]]
git-annex yourself and [[manually_build_with_cabal|install/cabal]].
As a haskell package, git-annex can be installed from source pretty easily
[[using cabal|cabal]].
## Installation from scratch

View file

@ -1,4 +1,7 @@
As a haskell package, git-annex can be installed using cabal. For example:
As a haskell package, git-annex can be installed using cabal.
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/),
and then:
cabal update
PATH=$HOME/bin:$PATH