diff options
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 6c90d2c99..03f146450 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -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 |