document explicitely how to install the haskell platform on Debian
This commit is contained in:
parent
b07559e3c4
commit
e59a8c64bd
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
As a haskell package, git-annex can be installed using cabal.
|
||||
|
||||
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/).
|
||||
Start by installing the [Haskell Platform][]. In Debian, this is as
|
||||
simple as:
|
||||
|
||||
sudo apt-get install haskell-platform
|
||||
|
||||
[Haskell Platform]: http://hackage.haskell.org/platform/
|
||||
|
||||
## minimal build
|
||||
|
||||
|
|
Loading…
Reference in a new issue