From 2ac31f89371d20139017841ed67c8a30566368ad Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 13 Aug 2016 16:19:49 -0700 Subject: [PATCH] Add link to wiki in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2a19e8..f945bc3 100644 --- a/README.md +++ b/README.md @@ -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`