From 8549c68cfcf4caabb696152f36facc074129ebcf Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 1 May 2019 15:33:42 +0200 Subject: Added deployment features and functionality Co-authored-by: LarsVomMars --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 765640a..8c424e6 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,17 @@ - Supports Windows, MacOS, Linux and *BSD - Open source +## Installation +To install and run Kloud, you can either download the latest release on GitHub or use the "Development setup" instructions +below to build an executable yourself. +After that you can easily start the server via `java -jar kloud-VERSION-all.jar` + ## Development setup -* Setup JVM Environment +* Setup Java JDK and JRE Environment +* Install Gradle * Clone repository -* `./gradlew[.bat] run` +* `gradle run` +* For building, use: `gradle build` ## Help us with a small donation :)

-- cgit v1.2.3