From 7aa0389f6fc58cc3b745a382e0b04e960830f876 Mon Sep 17 00:00:00 2001 From: Fabrice Ducos Date: Wed, 15 Jun 2022 07:14:27 +0200 Subject: [PATCH] README.md updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb24483d..e0e65b51 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ It is now possible to build the jse target alone with: `ant jar-jse` The `jar-jme` target from 3.0.2 will be left unchanged until contributors experienced with JME be ready to join the project. +The interpreter can be tested with `luaj` (on POSIX systems) or `luaj.bat` +(on Windows systems). These commands can be passed arguments. + # Original README.md