From 28fc50ef45c557ace7733555122ab6a88aafb2f7 Mon Sep 17 00:00:00 2001 From: Yive Date: Fri, 29 Jan 2016 00:20:42 -0800 Subject: [PATCH] Small README.txt edit --- .../src/main/groovy/kcauldron/InstallBundle.groovy | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/kcauldron/InstallBundle.groovy b/buildSrc/src/main/groovy/kcauldron/InstallBundle.groovy index a0df91c..5b4b9c3 100644 --- a/buildSrc/src/main/groovy/kcauldron/InstallBundle.groovy +++ b/buildSrc/src/main/groovy/kcauldron/InstallBundle.groovy @@ -42,10 +42,18 @@ class InstallBundle extends DefaultTask { # Installation and usage 1. Unpack this zip into server directory 2. Use following line to start the server: - java -jar ''' + java -Xmx1024M -jar ''' it << jarPath it << ''' + + or + + java -Xmx1024M -jar KCauldron.jar + 3. Enjoy + +Public builds can be found at: https://tcpr.ca/downloads/unofficial-kcauldron + ''' } def cp = bootstrapClasspath