diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-14 10:42:30 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-14 10:42:30 +0100 |
commit | a2620eec367711480ee2e34ada39b76dc52dbb17 (patch) | |
tree | 5bab9f4c497bcbcd06e09c40936cceeb7901521b /web/templates | |
parent | cfac1bbca6e5950d8abdc8329e84de4794e08677 (diff) | |
download | hakyll-a2620eec367711480ee2e34ada39b76dc52dbb17.tar.gz |
Work on installation tutorial
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/tutorials.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index 36d1f03..dd3132b 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -8,7 +8,7 @@ <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> + <pre><code>$ ghc-pkg unregister hakyll +$ cabal update +$ cabal install hakyll</code></pre> </p> |