Skip to content

Commit

Permalink
feat: Add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldadmin committed Jun 4, 2019
1 parent 0859990 commit d6cf6f2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,24 @@ You can find a sample app along with the library in this repository.
If you like this project, or are using it in your app, consider starring the repository to show your support.


### Installation Instructions

Add the Jitpack repository to your top level `build.gradle` file.
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

And then add the following dependency in your module's `build.gradle` file:

```groovy
dependencies {
implementation "com.github.haroldadmin:Vector:0.0.1"
}
```

Constributions from the community are very welcome.

0 comments on commit d6cf6f2

Please sign in to comment.