Create README with build/run instructions.

This commit is contained in:
Robbie Gleichman 2016-01-11 22:46:01 -08:00
parent 636a2ee5b0
commit a8d801e690

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Glance
A visual Haskell
To build and run:
```
stack build
stack exec glance-exe -- -o output.svg -w 600
firefox output.svg
```