From 7ac73269e04fa316af8af87f4cd5c4dc15f51c23 Mon Sep 17 00:00:00 2001 From: Tschipp Date: Tue, 5 May 2020 13:51:18 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index aea4cfe..cd46bc4 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 "http://maven.blamejared.com/" + } +} + +dependencies { + deobfCompile "tschipp.linear:linear-MCVERSION:MODVERSION" +} +``` +Make sure to replace `MCVERSION` and `MODVERSION` with the appropriate versions.