comparison README.md @ 7:c197e6f55301

documentation
author Jeff Hammel <k0scist@gmail.com>
date Sun, 24 Dec 2017 13:25:34 -0800
parents 6ded3b06fafa
children cc74dcd1548b
comparison
equal deleted inserted replaced
6:6ded3b06fafa 7:c197e6f55301
6 6
7 You'll want 7 You'll want
8 [stack](https://docs.haskellstack.org/en/stable/README/) 8 [stack](https://docs.haskellstack.org/en/stable/README/)
9 installed. 9 installed.
10 10
11 You'll probbly want to issue `stack upgrade` to
12 ensure you're up to date
11 13
12 ## Jotto 14 ## Contents
15
16 ### Jotto
13 17
14 Jotto is a game; 18 Jotto is a game;
15 read more about it here: 19 read more about it here:
16 https://en.wikipedia.org/wiki/Jotto . 20 https://en.wikipedia.org/wiki/Jotto .
21
22 The `jotto` package was created with
23 ```
24 stack new jotto
25 ```
17 26
18 ## Building 27 ## Building
19 28
20 Let's try out the Shake build system: 29 Let's try out the Shake build system:
21 http://shakebuild.com/ 30 http://shakebuild.com/