diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..42e8ec3 --- /dev/null +++ b/readme.md @@ -0,0 +1,41 @@ +Guys, I swear this is a serious library. + +## Dependency + +Current version: [![](https://jitpack.io/v/YouHaveTrouble/Entiddy.svg)](https://jitpack.io/#YouHaveTrouble/Entiddy) + +### Maven + +```xml + + + jitpack.io + https://jitpack.io + + +``` + +```xml + + com.github.YouHaveTrouble + Entiddy + VERSION + +``` + +### Gradle + +```json +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` + +```json +dependencies { + implementation 'com.github.YouHaveTrouble:Entiddy:v1.0' +} +``` \ No newline at end of file