Added update note on tutorials page.

This commit is contained in:
Jasper Van der Jeugt 2010-03-31 14:31:46 +02:00
parent 8a27b9af12
commit 1b8e2ec316

View file

@ -5,3 +5,10 @@
<ul>
$body
</ul>
<p>
All these tutorials assume you are using the latest stable version of
Hakyll. If this is not the case, you might want to update using:
<pre><code>ghc-pkg unregister hakyll
cabal update
cabal install hakyll</code></pre>
</p>