aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.MD8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.MD b/README.MD
new file mode 100644
index 0000000..1f45098
--- /dev/null
+++ b/README.MD
@@ -0,0 +1,8 @@
+# MamHistoryLoader
+## Build
+Build using ant with the target "create_run_jar"
+## Run
+```
+java -jar <YOUR-JID> <CONTACT-JID> [-debug] [-start dd.MM.yyyy] [-end dd.MM.yyyy] [-limit <MAX-MESSAGE-COUNT>]
+```
+The options -start and -limit cannot be used together. \ No newline at end of file