diff --git a/README.md b/README.md index f54fef5..7fed983 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Flan -Server side land claiming mod for fabric \ No newline at end of file +Server side land claiming mod for fabric + +To use flan in your dependencys add the following snippet to your build.gradle + +```gradle +repositories { + maven { + name = "Flemmli97" + url "https://gitlab.com/api/v4/projects/21830712/packages/maven" + } +} + +dependencies { + modApi "io.github.flemmli97:flan:${flan_version}-${minecraft_version}" +} +```