diff options
-rw-r--r-- | README.markdown | 2 | ||||
-rw-r--r-- | web/templates/tutorials.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index ea89626..87e5564 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/jaspervdj/hakyll.png?branch=master)](http://travis-ci.org/jaspervdj/hakyll) Hakyll is a static site generator library in Haskell. More information -(including and a tutorial) can be found on +(including a tutorial) can be found on [the hakyll homepage](http://jaspervdj.be/hakyll). You can install this library using cabal: diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index af14097..36c808c 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -8,6 +8,6 @@ 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: </p> -<pre><code>$ ghc-pkg unregister hakyll -$ cabal update -$ cabal install hakyll</code></pre> +<pre><code>$$ ghc-pkg unregister hakyll +$$ cabal update +$$ cabal install hakyll</code></pre> |