Skip to content

Commit 584398a

Browse files
committed
chore: readme install guides
1 parent d689aa8 commit 584398a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
Add the following dependency to your `pom.xml`:
99

1010
```xml
11+
<repositories>
12+
<repository>
13+
<id>jitpack.io</id>
14+
<url>https://jitpack.io</url>
15+
</repository>
16+
</repositories>
17+
1118
<dependency>
1219
<groupId>io.github.mtbarr</groupId>
1320
<artifactId>translatica</artifactId>
@@ -19,6 +26,10 @@ Add the following dependency to your `pom.xml`:
1926
Add the following to your `build.gradle`:
2027

2128
```groovy
29+
repositories {
30+
maven { url 'https://jitpack.io' }
31+
}
32+
2233
dependencies {
2334
implementation 'io.github.mtbarr:translatica:1.0-SNAPSHOT'
2435
}

0 commit comments

Comments
 (0)