From aa6543946b07449af178564dc099e53212a3b08a Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sat, 9 Jun 2018 20:16:25 +0200 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 025c3ac..69ba861 100644 --- a/README.md +++ b/README.md @@ -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). 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 -cd smack-omemo -git checkout eec7cfcf0d5fdbba1b9f66b8cc013daab5642284 +git clone git@github.com:vanitasvitae/Smack.git +cd Smack +git checkout storerework gradle install ``` @@ -19,9 +19,11 @@ Next you can clone and build clocc: cd .. git clone git@github.com:vanitasvitae/clocc.git cd clocc -gradle assemble +gradle build ``` 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!