changeset 5:7580e7827e1e

add build instructions
author Jeff Hammel <k0scist@gmail.com>
date Sun, 24 Dec 2017 13:04:43 -0800
parents 3a8448accc71
children 6ded3b06fafa
files jotto/README.md
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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