You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,23 @@ This repository contains Java bindings for the txtai API. Full txtai functionali
11
11
12
12
## Installation
13
13
14
-
Add the following lines to your project `build.gradle` file:
14
+
Jitpack is the recommended way to integrate txtai with Java. See [this link](https://jitpack.io/) for how to install JitPack.
15
+
16
+
The following is an example adding txtai to a project's `build.gradle` file. The same attributes can be ported to other build systems per the JitPack link above.
0 commit comments