aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {