From 971c53e6a650168856099bcf57d03512608e3f7e Mon Sep 17 00:00:00 2001 From: Bixilon Date: Wed, 10 May 2023 14:03:22 +0200 Subject: [PATCH] readme: improve language --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 52dca223c..1def399dd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -118,7 +118,7 @@ Thanks to @jugendhacker you can get minosoft directly from the arch user reposit ## 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. 3. Change directory (`cd minosoft`) 4. Optional: Checkout a current feature branch (Warning: might be unstable; might not even build) (`git checkout `)