From 6521cd7cbcea170ab2b02ed690e8de196ec01eed Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Tue, 4 Mar 2014 21:23:48 +0200 Subject: Mention -threaded option in the tutorial --- web/tutorials/01-installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index c02a86e..5421c73 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -49,7 +49,7 @@ The file `site.hs` holds the configuration of your site, as an executable haskell program. We can compile and run it like this: $ cd my-site - $ ghc --make site.hs + $ ghc --make -threaded site.hs $ ./site build If you installed `hakyll` with a preview server (this is the default), you can -- cgit v1.2.3