aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-06-20 20:44:40 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-06-20 20:44:40 -0700
commitfdc32cab958aa4e81c2f7a7e13213231b49c5815 (patch)
treede0e9a083954c3fea6c97bfff7e11fd68646d99e /README.md
parent98458685ef50708edb3aebc4d72366d4bc41d71a (diff)
downloadKotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.tar.gz
KotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.tar.bz2
KotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.zip
Update Kotlin for Forge 1.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a00d7d..29e3554 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,13 @@ Makes Kotlin forge-friendly by doing the following:
- Provides sided property delegates and object holder property delegates
An example mod is provided at the [KotlinModdingSkeleton repository](https://github.com/thedarkcolour/KotlinModdingSkeleton).
+
If you aren't sure where to start, make a fork of the KotlinModdingSkeleton repository.
```git
git clone https://github.com/thedarkcolour/KotlinModdingSkeleton.git
```
-To implement in your project, paste the following into your build.gradle:
+To implement in an existing project, paste the following into your build.gradle:
```groovy
buildscript {
repositories {