From 373a007129b92ebeaf659c3d9709b6c3b5cfc860 Mon Sep 17 00:00:00 2001 From: i21023 Date: Mon, 13 May 2024 23:37:03 +0200 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 61c7045..240c72c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # JavaTXCompilerInJavaTXNoMaven +To compile all files use the bash script inside the root folder. You can call it with +``` +./compile.sh +``` +on Linux and Mac. + +To remove all compile files, use +``` +./compile.sh clean +``` + +To run all junit tests on the files, use +``` +./test.sh +``` +