Skip to content

Commit 8e68429

Browse files
committed
add instructions for adding the dependency
1 parent 7578eae commit 8e68429

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Internationalization support for Ktor framework.
44

5+
### Add The Dependency
6+
7+
add the dependency to your gradle build file:
8+
9+
```groovy
10+
repositories {
11+
jcenter()
12+
maven { url "https://jitpack.io" }
13+
}
14+
15+
dependencies {
16+
implementation 'com.github.aymanizz:ktor-i18n:1.0.0'
17+
}
18+
```
19+
520
### Contribution
621

722
#### Issues

0 commit comments

Comments
 (0)