From ea8224dd43e4f90f8bef3187c7985f4e76a439a4 Mon Sep 17 00:00:00 2001 From: Jan Vales Date: Thu, 2 May 2013 14:59:51 +0200 Subject: [PATCH] Readme file with information how to run stuff. --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..15783fe --- /dev/null +++ b/README.txt @@ -0,0 +1,8 @@ +"make clean" + rm -rf target + +How to compile + run tests + mvn verify + +How to start HelloWorld + mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.HelloWorld" -- 2.43.0