From 5d5ae1ac735d1c1fcdaaf68ee2051761749aa313 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Tue, 25 May 2021 12:31:55 +0200 Subject: [PATCH] add aur note in readme --- ReadMe.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 12b9861a6..b8d943a10 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # Minosoft -Minosoft is an open source minecraft client, written from scratch in java. It aims to bring more functionality and stability. +Minosoft is an open source minecraft client, written from scratch in kotlin (and java). It aims to bring more functionality and stability. [![pipeline status](https://gitlab.bixilon.de/bixilon/minosoft/badges/master/pipeline.svg)](https://gitlab.bixilon.de/bixilon/minosoft/-/commits/master) [![](https://jitpack.io/v/de.bixilon.gitlab.bixilon/minosoft.svg)](https://jitpack.io/#de.bixilon.gitlab.bixilon/minosoft) @@ -86,7 +86,29 @@ See [Credits](Credits.md). No clue, but still waiting for !21. Also, some features need to be implemented, so not soo soon (but we are getting closer). If you want to get notified about cool new changes, feel free to subscribe to our dev news telegram channel [@MinosoftDevNews](https://t.me/MinosoftDevNews) -## Compiling and running +## Downloads / Installation + +Because we have no releases or tags yet, we don't build any versions ourselves. This will soon™ change. + +### Linux + +#### Ubuntu / Debian + +TBO + +#### Arch + +Thanks to @jugendhacker we are in the arch user repository (AUR): https://aur.archlinux.org/packages/minosoft-git/ + +### Windows + +TBO + +### MacOS + +Not compatible (yet) + +## Building 1. Install Maven and java 16 (On Ubuntu based distributions: `sudo apt install maven openjdk-16-jdk`). 2. Clone this repo (`git clone https://gitlab.bixilon.de/bixilon/minosoft.git`).