diff options
author | Marvin Borner | 2019-05-08 17:58:09 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-08 17:58:09 +0200 |
commit | 7e3ef275f870737b853fda3e007e74de2112a7d5 (patch) | |
tree | 07c1b8f37fcb399f2cbffd23168604bc37299b3c /README.md | |
parent | bd89369b508f30fc987b27cf6b34a22fbc8e5d97 (diff) |
Added install script
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -20,14 +20,15 @@ ## 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` +After that you can easily start the server via `java -jar build/libs/kloud-*-all.jar` -## Development setup -* Setup Java JDK and JRE Environment +## Manual setup +* Setup a Java JDK and JRE Environment * Install Gradle * Clone repository -* `gradle run` -* For building, use: `gradle build` +* For development use: `gradle run` +* For building use: `make` or `gradle build` +* To install and add the jar to the PATH (most useful on Linux), use `make && sudo make install` ## Help us with a small donation :) <p align="center"> |