From 14858277fb74c3788af1226f37b22089229edc34 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 Oct 2016 21:43:37 +0200 Subject: Use Hakyll to generate web pages --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfbee31 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Cooking +======= + +Gettings started +---------------- + +Install nix: + +``` shell +curl https://nixos.org/nix/install | sh +``` + +Then: + +``` shell +./dev +``` + +Simple build +------------ + +``` shell +./build +``` -- cgit v1.2.3