Add artifact information to README.
This commit is contained in:
parent
31cca7eaa5
commit
d5d2ea9213
22
README.md
22
README.md
|
@ -42,6 +42,26 @@ State is kept in the following places:
|
||||||
|
|
||||||
# Using libaxolotl
|
# Using libaxolotl
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
On Android:
|
||||||
|
|
||||||
|
```
|
||||||
|
dependencies {
|
||||||
|
compile 'org.whispersystems:axolotl-android:(latest version number)'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
For pure Java apps:
|
||||||
|
|
||||||
|
```
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.whispersystems</groupId>
|
||||||
|
<artifactId>axolotl-java</groupId>
|
||||||
|
<version>(latest version number)</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
## Install time
|
## Install time
|
||||||
|
|
||||||
At install time, a libaxolotl client needs to generate its identity keys, registration id, and
|
At install time, a libaxolotl client needs to generate its identity keys, registration id, and
|
||||||
|
@ -96,7 +116,7 @@ The form and manner of this distribution makes it eligible for export under the
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2013-2014 Open Whisper Systems
|
Copyright 2013-2015 Open Whisper Systems
|
||||||
|
|
||||||
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
|
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue