diff --git a/README.md b/README.md index 5979dde9..ffbc7a36 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,39 @@ If you are using a proxy, configurate the proxy in gradle.properties. Otherwise ## Support the developer Polymart: https://polymart.org/resource/customfishing.2723 \ -Afdian: https://afdian.net/@xiaomomi \ No newline at end of file +Afdian: https://afdian.net/@xiaomomi + +## Use CustomFishing API + +### Maven + +``` + + + jitpack + https://jitpack.io/ + + +``` +``` + + + com.github.Xiao-MoMi + Custom-Fishing + {LATEST} + provided + + +``` +### Gradle + +``` +repositories { + maven { url 'https://jitpack.io' } +} +``` +``` +dependencies { + compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{LATEST}' +} +``` \ No newline at end of file