mirror of
https://github.com/rgleichman/glance.git
synced 2024-11-27 03:02:44 +03:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
to run:
|
|
Using Atom, in a terminal run
|
|
cd app
|
|
stack exec glance-exe -- -l -s Main.hs -o ../output.svg
|
|
|
|
or if that does not work
|
|
|
|
stack build --exec "glance-exe -o output.svg -w 500"
|
|
|
|
View circle.svg with svg-preview plug-in.
|