Add link to wiki in README

This commit is contained in:
Robbie Gleichman 2016-08-13 16:19:49 -07:00 committed by GitHub
parent e19deaaa2d
commit 2ac31f8937

View File

@ -7,6 +7,8 @@ stack build
stack exec glance-exe -- -o images/fact.svg -w 500 examples/fact.hs -
firefox images/fact.svg
```
The [Glance wiki](../../wiki) has a brief introduction to the code architecture.
Below is a getting started guide for Glance rendered by Glance itself ([source here](examples/tutorial.hs)). To generate this image run
`stack exec glance-exe -- -o examples/tutorial.svg -w 873 examples/tutorial.hs c`