stack install hakyll

This commit is contained in:
Jasper Van der Jeugt 2016-03-28 12:18:10 +02:00
parent 43b1cb137d
commit 2ba13c9a47
2 changed files with 8 additions and 2 deletions

View file

@ -9,3 +9,7 @@ Hakyll is a static site generator library in Haskell. More information
You can install this library using cabal:
cabal install hakyll
Or using stack:
stack install hakyll

View file

@ -31,8 +31,10 @@ and TeX support, including syntax highlighting and other goodies.
# Getting Started
You can get the latest version from hackage using `cabal install hakyll`. Then,
you can:
You can get the latest version from hackage using `cabal install hakyll`, or
using [stack] by using `stack install hakyll`. Then, you can:
[stack]: http://www.haskellstack.org/
- read the [tutorials](/tutorials.html);
- mail the [google discussion group](http://groups.google.com/group/hakyll);