readme: improve language

This commit is contained in:
Bixilon 2023-05-10 14:03:22 +02:00
parent 418fc396d9
commit 971c53e6a6
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -118,7 +118,7 @@ Thanks to @jugendhacker you can get minosoft directly from the arch user reposit
## Building ## Building
1. Install Java 11+ (e.g. `sudo apt install openjdk-11-jdk`). For Windows users, [download](https://www.azul.com/downloads/?package=jdk#zulu) and install java. 1. Install Java 11+ (e.g. `sudo apt install openjdk-11-jdk`). Windows users [download](https://www.azul.com/downloads/?package=jdk#zulu) and install java.
2. Clone this repository (`git clone --depth=1 https://gitlab.bixilon.de/bixilon/minosoft.git`) or click on download master and extract the archive. 2. Clone this repository (`git clone --depth=1 https://gitlab.bixilon.de/bixilon/minosoft.git`) or click on download master and extract the archive.
3. Change directory (`cd minosoft`) 3. Change directory (`cd minosoft`)
4. Optional: Checkout a current feature branch (Warning: might be unstable; might not even build) (`git checkout <branch>`) 4. Optional: Checkout a current feature branch (Warning: might be unstable; might not even build) (`git checkout <branch>`)