Skip to content

Commit 389a477

Browse files
authored
Update README.md
1 parent 8817ed2 commit 389a477

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ Make things easy when you need to write a sql statment for Android SQLite.
77

88
# Usage
99

10-
Copy the [sql](\sql) folder to your Android project.
10+
#### Step 1. Add the JitPack repository to your build file:
11+
12+
allprojects {
13+
repositories {
14+
...
15+
maven { url "https://jitpack.io" }
16+
}
17+
}
18+
19+
#### Step 2. Add the dependency
20+
21+
dependencies {
22+
compile 'com.github.jrvansuita:SQLiteHelper:v1.0.0'
23+
}
1124

1225
# Implementation
1326

0 commit comments

Comments
 (0)