aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2017-11-17 19:29:23 +0100
committersteckbrief <steckbrief@chefmail.de>2017-11-17 19:29:23 +0100
commita140ae34d7d7cc96e38e4e9fa70060bf5f155109 (patch)
tree73011ef59f61c97d63567039034cac7210c89c54
parentcdd12bae8ada7c59109978d0bda54a0673606cf9 (diff)
Readme added
-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