diff --git a/ReadMe.md b/ReadMe.md index f2e878752..ae0a2bf6b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -128,12 +128,12 @@ Not compatible (yet) ## Building -1. Install Maven and java 14+ (On Ubuntu based distributions: `sudo apt install maven openjdk-14-jdk`). For Windows users, download and install java from oracle or openjdk. Also download maven and follow along. -2. Clone this repo (`git clone https://gitlab.bixilon.de/bixilon/minosoft.git`). -3. Change directory (`cd minosoft`). -4. Optional: Checkout the branch of the feature you want to test (`git checkout `). -5. Build and run Minosoft with `mvn clean verify exec:java`. If any errors occur, feel free to open an issue. In this early stage it might be helpful to delete the config file. -6. (Optional) Build a fat jar with `mvn package`. You'll find the jar with all dependencies in `target/`. Then you don't need to recompile everytime. +1. Install Maven and java 14+ (On Ubuntu based distributions: `sudo apt install maven openjdk-14-jdk`). For Windows users, download and install java from oracle or openjdk. Also download maven and follow along +2. Clone this repository (`git clone https://gitlab.bixilon.de/bixilon/minosoft.git`) +3. Change directory (`cd minosoft`) +4. Optional: Checkout the branch of the feature you want to test (`git checkout `) +5. Build and run Minosoft with `mvn clean verify exec:java`. If any errors occur, feel free to open an issue. In this early stage it might be helpful to delete the config file +6. (Optional) Build a fat jar with `mvn package`. You'll find the jar with all dependencies in `target/`. Then you don't need to recompile everytime ## Code mirrors