Readme added

This commit is contained in:
steckbrief 2017-11-17 19:29:23 +01:00
parent cdd12bae8a
commit a140ae34d7

8
README.MD Normal file
View file

@ -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.