Cleaned up README build instructions

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-14 04:41:16 -05:00
parent d5f2f56ec4
commit 4fa0eed737
1 changed files with 7 additions and 4 deletions

View File

@ -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/