diff --git a/README.md b/README.md index 356493e..495f381 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Loader A library to load text, rss, and ddg intant answers easily in android + +## Installation +Add the following dependency to your ```build.gradle``` file: +``` +dependencies { + implementation 'io.posidon:android.loader:0.0.1' +} +``` +And also make sure that the ```jitpack.io``` repository is included +``` +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +```