44 44
45 45 Checkout: You'll need [https://www.fossil-scm.org|fossil]
46 46
47 47 <verbatim>
48 48 fossil clone https://pizzahack.eu/fossil/miogui miogui.fossil
49 49 mkdir miogui && cd miogui && fossil open ../miogui.fossil
50 50 </verbatim>
51 +Remember to setup thunderchez properly.
52 +
53 +Then run:
54 +<verbatim>
55 +scheme miogui.ss
56 +</verbatim>
57 +
58 +Now switch to other console and type
59 +<verbatim>
60 +/path/to/thunderchez/nanomsg/remote-repl tcp://localhost:9998
61 +</verbatim>
62 +From there you can modify the code.
63 +You ideally want to run that from inside emacs run-scheme and send code with `C-x C-e` or `C-c C-e`
51 64
52 65 To follow news subscribe to [https://pizzahack.eu/fossil/miogui/timeline.rss|RSS feed]