Update README

This commit is contained in:
Paul Schaub 2018-06-09 20:16:25 +02:00
parent 015c49d356
commit aa6543946b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 7 additions and 5 deletions

View File

@ -4,12 +4,12 @@ Command Line OMEMO Chat Client
This is a really quick and dirty thrown together command line chat client mainly used to test [smack-omemo](https://github.com/vanitasvitae/smack-omemo). This is a really quick and dirty thrown together command line chat client mainly used to test [smack-omemo](https://github.com/vanitasvitae/smack-omemo).
Use it on your own risk if you are into kinky things like dirty lines of code... Use it on your own risk if you are into kinky things like dirty lines of code...
To build it, you must first clone smack-omemo and install it in your local maven repo: To build it, you must first clone my Smack repository and install it in your local maven repo:
``` ```
git clone git@github.com:vanitasvitae/smack-omemo.git git clone git@github.com:vanitasvitae/Smack.git
cd smack-omemo cd Smack
git checkout eec7cfcf0d5fdbba1b9f66b8cc013daab5642284 git checkout storerework
gradle install gradle install
``` ```
@ -19,9 +19,11 @@ Next you can clone and build clocc:
cd .. cd ..
git clone git@github.com:vanitasvitae/clocc.git git clone git@github.com:vanitasvitae/clocc.git
cd clocc cd clocc
gradle assemble gradle build
``` ```
You can find the finished jar in `build/libs`. You can find the finished jar in `build/libs`.
A small help text will be displayed if you enter `/help` after logging in.
Have fun! Have fun!