Update README.md
This commit is contained in:
parent
b470478a40
commit
4528be263e
14
README.md
14
README.md
|
|
@ -1,2 +1,16 @@
|
|||
|
||||
# Carry On [](https://minecraft.curseforge.com/projects/carry-on) [](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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user