From 588a52213a190641929dd90b0aede4919a5a4676 Mon Sep 17 00:00:00 2001
From: Jan Vales <jan@jvales.net>
Date: Thu, 2 May 2013 16:04:20 +0200
Subject: [PATCH] Updated docs to include parametrised run of JobGenerator

---
 README.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index ca94f29..8c74456 100644
--- a/README.txt
+++ b/README.txt
@@ -4,5 +4,8 @@
 How to compile + run tests
 	mvn verify
 
-How to start HelloWorld
+How to start SchedSimulator
 	mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.SchedSimulator" 
+
+How to start JobGenerator
+	mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.JobGenerator" -Dexec.args="A 100 target/file.csv"
-- 
2.43.0