From 4fa0eed737ad7702df80c10ec65bd7a506b136f3 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Wed, 14 Jan 2015 04:41:16 -0500 Subject: [PATCH] Cleaned up README build instructions Signed-off-by: Collin J. Doering --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbd9d06..48ec837 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Source Code for [#! λ Slang](http://blog.rekahsoft.ca) +# Source Code for **[#! λ Slang](http://blog.rekahsoft.ca)** ## About @@ -25,9 +25,12 @@ Please see the LICENSE file for full details. All that is needed to build this site is cabal and a way to fetch required packages (whether directly via the internet or by using the ```fetch``` argument to cabal). - % cabal configure - % cabal build - % ./site build + $ cabal sandbox init # optional but recommended + $ cabal configure + $ cabal install --only-dependencies + $ cabal build + $ ./site build # build site + $ ./site server # view site at http://localhost:3000 [Hakyll]: http://jaspervdj.be/hakyll/ [Clay]: http://fvisser.nl/clay/