Update README.md

This commit is contained in:
2024-03-10 02:17:18 +02:00
committed by GitHub
parent d8ea6557df
commit ef5d29105f

View File

@@ -23,7 +23,3 @@ engine.run(true);
// Get our result // Get our result
System.out.println(awaitable.await()); System.out.println(awaitable.await());
``` ```
## NOTE:
To setup the typescript bundle in your sources, run `node build.js init-ts`. This will download the latest version of typescript, minify it, and add it to your src folder. If you are going to work with the `node build.js debug|release` command, this is not a necessary step.