From a2620eec367711480ee2e34ada39b76dc52dbb17 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 14 Dec 2012 10:42:30 +0100 Subject: Work on installation tutorial --- web/templates/tutorials.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/templates') 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 @@

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: -

ghc-pkg unregister hakyll
-cabal update
-cabal install hakyll
+
$ ghc-pkg unregister hakyll
+$ cabal update
+$ cabal install hakyll

-- cgit v1.2.3