aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2017-11-17 19:31:05 +0100
committersteckbrief <steckbrief@chefmail.de>2017-11-17 19:31:05 +0100
commit0ebdb10e05673f9a4304da3404a615ea873cb12c (patch)
tree36b77070ea9f41a052780ab230aa912502f7f797 /README.md
parenta140ae34d7d7cc96e38e4e9fa70060bf5f155109 (diff)
Readme file name fixed
Diffstat (limited to 'README.md')
-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