Skip to content

Commit efe61dd

Browse files
Update README.md
1 parent f999f9e commit efe61dd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# OmegaBind
1+
[![](https://jitpack.io/v/Omega-R/OmegaBind.svg)](https://jitpack.io/#Omega-R/OmegaBind)
2+
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
3+
4+
# OmegaBind
5+
Step 1. Add it in your root build.gradle at the end of repositories:
6+
7+
allprojects {
8+
repositories {
9+
...
10+
maven { url 'https://jitpack.io' }
11+
}
12+
}
13+
Step 2. Add the dependency
14+
15+
dependencies {
16+
implementation 'com.github.Omega-R:OmegaBind:1.0.0'
17+
}

0 commit comments

Comments
 (0)