Skip to content

Commit eea21b0

Browse files
committed
docs: Updated README
1 parent ed12253 commit eea21b0

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
# Kaguya Shinomiya <small>(Don't touch my harem)</small>
1+
# Kaguya Shinomiya [![](https://jitpack.io/v/org.cufy/kaguya.svg)](https://jitpack.io/#org.cufy/kaguya)
22

3-
A GraphQL library based
4-
on [graphql-java](http://github.com/graphql-java/graphql-java)
3+
A GraphQL library based on
4+
[graphql-java](http://github.com/graphql-java/graphql-java)
55
with kotlin-friendly builders and ktor routing extensions.
66

7+
> Please, Don't touch my harem 😪
8+
9+
### Install
10+
11+
The main way of installing this library is
12+
using `jitpack.io`
13+
14+
```kts
15+
repositories {
16+
// ...
17+
mavenCentral()
18+
maven { url = uri("https://jitpack.io") }
19+
}
20+
21+
dependencies {
22+
// Replace TAG with the desired version
23+
implementation("org.cufy:mangaka:TAG")
24+
}
25+
```
26+
727
### How to set up on ktor
828

929
The following is an example of using it.

0 commit comments

Comments
 (0)