Add note about running in a loop.

This commit is contained in:
Robbie Gleichman 2020-05-16 16:21:38 -07:00
parent 2460a3f472
commit d7818db9cb

View File

@ -21,3 +21,6 @@ stack build --test --no-run-tests --ghc-options -Wall
To open documentation for other libraries:
stack haddock --open <package-name>
To build and run in a loop
watch -n2 stack build --exec \"glance-exe examples/fact.hs examples/fact.svg 500\"