view jotto/README.md @ 9:8ef628eff167

note stack init step
author Jeff Hammel <k0scist@gmail.com>
date Mon, 01 Jan 2018 14:49:39 -0800
parents 7580e7827e1e
children
line wrap: on
line source

# jotto

https://en.wikipedia.org/wiki/Jotto

## Building

This package uses
[stack](https://docs.haskellstack.org/en/stable/README/).

To build:
```
stack build
```

You will have to run `stack init` first.