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