From 5a3258c13ae74fedbb1fdce726096c41a795585c Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 15 Mar 2022 07:58:08 +0200 Subject: [PATCH] Add readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..5d3ddde5f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Kotatsu parsers + +Library that provides manga sources. + +[![](https://jitpack.io/v/nv95/kotatsu-parsers.svg)](https://jitpack.io/#nv95/kotatsu-parsers) ![Kotlin](https://img.shields.io/github/languages/top/nv95/kotatsu-parsers) ![License](https://img.shields.io/github/license/nv95/Kotatsu) [![Discord](https://img.shields.io/discord/898363402467045416?color=5865f2&label=discord)](https://discord.gg/NNJ5RgVBC5) + +### Usage + +1. Add it in your root build.gradle at the end of repositories: + +```groovy +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` + +2. Add the dependency + +```groovy +dependencies { + implementation 'com.github.nv95:kotatsu-parsers:master-SNAPSHOT' +} +``` \ No newline at end of file