# HG changeset patch # User Jeff Hammel # Date 1514150734 28800 # Node ID c197e6f553015858c2f047d287a4db58b7d619e4 # Parent 6ded3b06fafafc9fa9fd74a649ed59db97234d34 documentation diff -r 6ded3b06fafa -r c197e6f55301 README.md --- a/README.md Sun Dec 24 13:09:01 2017 -0800 +++ b/README.md Sun Dec 24 13:25:34 2017 -0800 @@ -8,13 +8,22 @@ [stack](https://docs.haskellstack.org/en/stable/README/) installed. +You'll probbly want to issue `stack upgrade` to +ensure you're up to date -## Jotto +## Contents + +### Jotto Jotto is a game; read more about it here: https://en.wikipedia.org/wiki/Jotto . +The `jotto` package was created with +``` +stack new jotto +``` + ## Building Let's try out the Shake build system: