From 4528be263eb5a72c874cded91076a2e0228fe9a5 Mon Sep 17 00:00:00 2001 From: Tschipp Date: Mon, 7 Sep 2020 14:38:08 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index aea4cfe..0900fdd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # Carry On [![](http://cf.way2muchnoise.eu/carry-on.svg)](https://minecraft.curseforge.com/projects/carry-on) [![](http://cf.way2muchnoise.eu/versions/carry-on.svg)](https://minecraft.curseforge.com/projects/carry-on) + +To use CarryOn in your projects, include this in your build.gradle: +``` +repositories { + maven { + url "https://maven.blamejared.com/" + } +} + +dependencies { + deobfCompile "tschipp.carryon:carryon-MCVERSION:MODVERSION" +} +``` +Make sure to replace `MCVERSION` and `MODVERSION` with the appropriate versions.