summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-11-20 02:29:18 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-11-20 02:29:18 -0800
commit5e70351a40dca61f49f7a4dfb1c6384c71caf322 (patch)
tree238e878424f8a84903bcf08298a73959e4204d8e /web/templates/tutorials.html
parentf9a8443d68e5dec50bb2b11315f27befb535389f (diff)
parentb0c1f1783e446eb73d2d013895469f806c8e5f22 (diff)
downloadhakyll-5e70351a40dca61f49f7a4dfb1c6384c71caf322.tar.gz
Merge pull request #196 from Tordek/master
Fixed unescaped dollar-signs in tutorials template.
Diffstat (limited to 'web/templates/tutorials.html')
-rw-r--r--web/templates/tutorials.html6
1 files changed, 3 insertions, 3 deletions
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>