From fa09b9cc1cbe8101b74e5f27e9bd41bfd833f3d3 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 13 Jun 2018 17:28:35 +0200 Subject: [PATCH] Point to ignite repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69ba861..00e9497 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 my Smack repository and install it in your local maven repo: +To build it, you must first clone the Smack repository and install it in your local maven repo: ``` -git clone git@github.com:vanitasvitae/Smack.git +git clone git@github.com:igniterealtime/Smack.git cd Smack -git checkout storerework +git checkout master gradle install ```