reorg
This commit is contained in:
parent
8f3c96887d
commit
cd928eeed8
3 changed files with 6 additions and 9 deletions
|
@ -19,14 +19,8 @@ Windows | [[sorry, Windows not supported yet|todo/windows_support]
|
||||||
|
|
||||||
## Using cabal
|
## Using cabal
|
||||||
|
|
||||||
As a haskell package, git-annex can be installed using cabal.
|
As a haskell package, git-annex can be installed from source pretty easily
|
||||||
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/),
|
[[using cabal|cabal]].
|
||||||
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]].
|
|
||||||
|
|
||||||
## Installation from scratch
|
## Installation from scratch
|
||||||
|
|
||||||
|
|
|
@ -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
|
cabal update
|
||||||
PATH=$HOME/bin:$PATH
|
PATH=$HOME/bin:$PATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue