diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cfcbdc --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +### How to add + +Add it in your root build.gradle at the end of repositories: + +``` +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` +Add the dependency + +``` +dependencies { + implementation 'com.github.komputing:KBase58:0.4' +} +```