commit 69d317087b65ce6e5733960f636e763593516619
parent 18ea413697ed77c7fffae0d4f133ff3d64873202
Author: Francesco Ariis <fa-ml@ariis.it>
Date: Wed, 1 Mar 2023 06:45:55 +0100
Fix hot reload explanation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/MainHotReload.hs b/example/MainHotReload.hs
@@ -53,7 +53,7 @@ import Terminal.Game
1. If your terminal has a `command` option, it is even easier.
We will use `urxvt` for this example
- find src example/ -name *.hs | entr -r urxvt -e cabal run -f examples alone
+ find src example/*.hs | entr -r urxvt -e cabal run -f examples alone
2. Every time you save a source file, a terminal will be spawn with
your game running in it. -}