Create documentation
This commit is contained in:
9
docs/installation.md
Normal file
9
docs/installation.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Installation
|
||||
|
||||
## Gradle
|
||||
```kotlin
|
||||
// build.gradle.kts
|
||||
dependencies {
|
||||
implementation("com.github.flecomte:postgres-json:+")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user