# HG changeset patch # User Jeff Hammel # Date 1514149483 28800 # Node ID 7580e7827e1e891156c7f29f7b7ab099939d68ef # Parent 3a8448accc71c8afd8a6f0754b9ed59cc766cdbc add build instructions diff -r 3a8448accc71 -r 7580e7827e1e jotto/README.md --- a/jotto/README.md Sun Dec 24 13:03:11 2017 -0800 +++ b/jotto/README.md Sun Dec 24 13:04:43 2017 -0800 @@ -1,3 +1,13 @@ # jotto -https://en.wikipedia.org/wiki/Jotto \ No newline at end of file +https://en.wikipedia.org/wiki/Jotto + +## Building + +This package uses +[stack](https://docs.haskellstack.org/en/stable/README/). + +To build: +``` +stack build +``` \ No newline at end of file