Update README
This commit is contained in:
parent
015c49d356
commit
aa6543946b
1 changed files with 7 additions and 5 deletions
12
README.md
12
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!
|
||||
|
|
Loading…
Reference in a new issue