From 03f8d1e88f1ea59a5baab89a2acf5f70977cd714 Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Mon, 20 Aug 2018 15:51:26 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8632b362..df01e466 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,15 @@ Turns players and mobs into ponies. http://minelittlepony-mod.com + +## Building + +1. JDK 8 is required. Install it using https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html + +2. Open a terminal window in the same directory as the sources (git clone or extracted from zip). Run the following command (windows). + +``` +gradlew build +``` + +3. After some time, the built mod will be in `/build/libs`.