Skip to content

Commit

Permalink
Add Installation block to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
faystmax committed Sep 25, 2020
1 parent 138008b commit ab51f1f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ Unofficial Java Api Client for <https://www.binance.com/> made with Retrofit 2.7
Based on binance documentation <https://binance-docs.github.io/apidocs>
and current existing Binance Java Api <https://github.com/binance-exchange/binance-java-api>.

## Installation

Add the JitPack repository to your build file

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

Add dependency
```groovy
dependencies {
implementation 'com.github.faystmax:binance-api-client:1.0.0'
}
```

## Build
To build this project run this from base directory:
```cmd
Expand Down

0 comments on commit ab51f1f

Please sign in to comment.