Skip to content

Commit

Permalink
Add installation info to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Apr 12, 2021
1 parent 77ad7bd commit 0f31e22
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ This Android module is a wrapper around the [Tari Crypto](https://github.com/tar

## Installation

_TODO_
1. Add the JitPack repository in your root `build.gradle` at the end of repositories:

```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

2. Add the dependency:

```gradle
dependencies {
implementation 'com.github.tari-labs:tari-crypto-android:0.9.0.1'
}
```

## Usage

Expand Down

0 comments on commit 0f31e22

Please sign in to comment.