From 331cc6cb697e4122b3d4d81a7fe3b94de3f33274 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Mon, 16 Dec 2024 13:44:22 +1100 Subject: [PATCH] Fix one thing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index efcdafd..3ebfd3e 100644 --- a/README.md +++ b/README.md @@ -143,4 +143,3 @@ 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. -When running the transpiler, don't be worried if debug messages come up. For now, there's no way to error it other than having your egg declaration not at the start of your code.