diff --git a/README.md b/README.md
index 6729d3a..7e3cdb7 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,45 @@
### TODO
+## Use HMCore
+
+### Gradle
+```groovy
+repositories {
+ maven { url 'https://jitpack.io' }
+}
+
+dependencies {
+ implementation 'org.hmcore:Core:{version}'
+}
+```
+### Gradle Kotlin DSL
+*Note: If you use Kotlin, you should probably use [core-ktx](https://github.com/HMCore/Core-ktx) instead*
+```kotlin
+repositories {
+ maven("https://jitpack.io")
+}
+
+dependencies {
+ implementation("org.hmcore:Core:{version}")
+}
+```
+### Maven
+```xml
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+
+
+ org.hmcore
+ Core
+ {version}
+
+```
+
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):