From 3c0878266267576ae1c8125b4668d575e682337c Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 10 Dec 2016 16:23:15 -0800 Subject: [PATCH] Edit README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 84c7736..8bccb29 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ Then build and execute glance: ``` stack build stack exec glance-exe -- -o images/fact.svg -w 500 examples/fact.hs - + +``` +and display the SVG +``` firefox --new-window images/fact.svg ``` + ## Issues Glance is still in development, so for the time being, layout, routing, and icon design all have much room for improvement. Here are some specific issues: * Text boxes may not display correctly with some SVG viewers.