Skip to content

Commit 6bc5dac

Browse files
committed
readme: add build instructions
1 parent 81aea16 commit 6bc5dac

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# joyofhaskell.com
1+
# joyofhaskell.com
2+
3+
## How to build
4+
5+
You will need Stack (and some other things, but they are taken care of for you
6+
if you have Nix integration enabled; see `shell.nix`).
7+
8+
First update the git submodules:
9+
10+
```bash
11+
git submodule init
12+
git submodule update
13+
```
14+
15+
Then run `make` to build the site.
16+
17+
See the `Makefile` for other things you can do.

0 commit comments

Comments
 (0)