From 5ca1b515904bcedc2cb35e56af952f6dd9ce73a6 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Mon, 16 Dec 2024 13:45:53 +1100 Subject: [PATCH] Update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ebfd3e..8044572 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,4 @@ init { You can transpile Chookspeak to Javascript and HTML by using the program in the repository. Compile it with `gradle installDist`, then run `./build/install/chookspeak/bin/chookspeak` (add .bat if you're a crazy Windows user). You'll notice it complains about not having a file. Add the path as your argument. eg `./build/install/chookspeak/bin/chookspeak notepad.chsp`. Your program should be compiled to HTML and Javascript in valid egg format, which can be added to your Chookchat instance. +If there is a bug in the compiler (which I'm sure there are), run with the `-v` flag (for verbose) after the file path. This will give you more info on what the program is doing.