From 2ba13c9a478a9033903fbc5cc6f928b2d163183e Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 Mar 2016 12:18:10 +0200 Subject: [PATCH] stack install hakyll --- README.markdown | 4 ++++ web/index.markdown | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ecfb2b0..1c1d108 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/web/index.markdown b/web/index.markdown index 06c2780..bde5289 100644 --- a/web/index.markdown +++ b/web/index.markdown @@ -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);