diff options
author | Marvin Borner | 2019-05-09 18:36:49 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-09 18:36:49 +0200 |
commit | 30ff9ecdd80f64b6eb6688bc8e688ed230fa55af (patch) | |
tree | 6c1478d8396f06abfc973efac30885a3d37e630b | |
parent | 53a76e0fe5efca4a45a0a37a296f3a14d26c9ba2 (diff) |
Added AUR instructions
Co-authored-by: LarsVomMars <lars@kroenner.eu>
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -18,17 +18,16 @@ - 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 build/libs/kloud-*-all.jar` - -## Manual setup -* Setup a Java JDK and JRE Environment -* Install Gradle -* Clone repository -* 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` +There are several ways to install Kloud: +* Manual: + * Setup a Java JDK and JRE Environment + * Install Gradle + * Clone repository + * 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 `sudo make install` +* Automatic: + * If you're using Arch Linux, you can use our build in the AUR to install Kloud (eg. `yay -S kloud`) ## Help us with a small donation :) <p align="center"> |