Mercurial > hg > wordplay
comparison jotto/README.md @ 5:7580e7827e1e
add build instructions
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 24 Dec 2017 13:04:43 -0800 |
parents | 3fcf9e52cbfa |
children | 8ef628eff167 |
comparison
equal
deleted
inserted
replaced
4:3a8448accc71 | 5:7580e7827e1e |
---|---|
1 # jotto | 1 # jotto |
2 | 2 |
3 https://en.wikipedia.org/wiki/Jotto | 3 https://en.wikipedia.org/wiki/Jotto |
4 | |
5 ## Building | |
6 | |
7 This package uses | |
8 [stack](https://docs.haskellstack.org/en/stable/README/). | |
9 | |
10 To build: | |
11 ``` | |
12 stack build | |
13 ``` |