mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-12 08:58:02 -04:00
improve readme
This commit is contained in:
parent
27e36e4971
commit
d1f3401fb4
12
ReadMe.md
12
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 <branch>`).
|
||||
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 <branch>`)
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user