summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index b7935f5..2c68b6d 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,12 @@
 
 0. Create a new mod repository by pressing the "Use this template" button and clone the created repository.
 
-1. Edit build.gradle and mod.json to suit your needs.
+1. Import build.gradle file with IntelliJ IDEA
+
+2. Edit build.gradle and mod.json to suit your needs.
     * The "mixins" object can be removed from mod.json if you do not need to use mixins.
     * Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
-2. Run the following command:
-
-```
-./gradlew idea
-```
+3. Run!
 
 ## License