]> git.frustrated-labs.net Git - gradle-configvalidator-plugin.git/commitdiff
add instruction to add library to readme main
authorAlexander Goussas <[email protected]>
Tue, 30 Dec 2025 13:06:33 +0000 (08:06 -0500)
committerAlexander Goussas <[email protected]>
Tue, 30 Dec 2025 13:06:33 +0000 (08:06 -0500)
README.md

index c539530e26ba97f0c3bea98560015fac2c2bf3e8..dae5f39d8b127ed4e09a1ec6fa7140ac27e5281f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,14 @@ the [wiki](https://github.com/aloussase/configvalidator/wiki).
 
 ## Usage
 
 
 ## Usage
 
+Add the library dependency:
+
+```kotlin
+dependencies {
+    implementation("io.github.aloussase:configvalidator:0.2.0")
+}
+```
+
 The library is highly configurable to:
 
 - **Pull configuration variables** from different sources
 The library is highly configurable to:
 
 - **Pull configuration variables** from different sources