Readme added
This commit is contained in:
parent
cdd12bae8a
commit
a140ae34d7
1 changed files with 8 additions and 0 deletions
8
README.MD
Normal file
8
README.MD
Normal 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.
|
Loading…
Reference in a new issue