summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-03-28 12:18:10 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-03-28 12:18:10 +0200
commit2ba13c9a478a9033903fbc5cc6f928b2d163183e (patch)
tree7449821c43a8b13ef8cb049f15e573fcb2484700 /README.markdown
parent43b1cb137d884e7cee94ed1a490650daacbb50d4 (diff)
downloadhakyll-2ba13c9a478a9033903fbc5cc6f928b2d163183e.tar.gz
stack install hakyll
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 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