summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 18:13:20 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 18:13:20 +0100
commit3f13de078743f876df5adf64e021b7214d12e3f4 (patch)
tree9475694593d70eb13e2a692677cf446dbc87ac69
parent5ee1339ad4255185f41187e93a022eb143b138f8 (diff)
downloadhakyll-3f13de078743f876df5adf64e021b7214d12e3f4.tar.gz
Update installation tutorial
-rw-r--r--web/templates/tutorial.html7
-rw-r--r--web/tutorials/01-installation.markdown5
2 files changed, 9 insertions, 3 deletions
diff --git a/web/templates/tutorial.html b/web/templates/tutorial.html
index 78c0b2a..54af861 100644
--- a/web/templates/tutorial.html
+++ b/web/templates/tutorial.html
@@ -6,14 +6,15 @@ $body$
The other tutorials can be found <a href="/tutorials.html">here</a>.
-<h1>Helping out</h1>
+<h1>Documentation inaccurate or out-of-date? Found a typo?</h1>
Hakyll is an open source project, and one of the hardest parts is writing
correct, up-to-date, and understandable documentation. Therefore, the
authors would really appreciate it if you would
<a href="http://groups.google.com/group/hakyll">give feedback</a> about
-the tutorials, and especially report errors or difficulties you encountered.
-Thanks!
+the tutorials, and especially report errors or difficulties you encountered. If
+you have a github account, you can use the
+<a href="https://github.com/jaspervdj/hakyll/issues">issue system</a>. Thanks!
If you run into any problems, all questions are welcome in the above google
group, or you could try the IRC channel, <code>#hakyll</code> on
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 260ae2d..131971f 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -45,3 +45,8 @@ different distributions.
cabal install hakyll
[cabal]: http://www.haskell.org/cabal/
+
+Linux distro packages:
+
+- [Archlinux (AUR)](https://aur.archlinux.org/packages/haskell-hakyll/)
+- [Debian unstable](http://packages.debian.org/source/sid/haskell-hakyll)