From 5e2731f9336abc970ff26b125acfedc8ddcfdd38 Mon Sep 17 00:00:00 2001 From: Medley <198984680+maplemedley@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:54:29 +0100 Subject: [PATCH] Fix typo, change order to reduce confusion Moved the gradlew comment away from the scoop installation comment, as it is not suggesting to install `gradlew` from scoop, which isn't a package. --- doc/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/android.md b/doc/android.md index 15fc09d284..941697c2ab 100644 --- a/doc/android.md +++ b/doc/android.md @@ -117,9 +117,9 @@ automatically. Or you can create a `local.properties` file and specify > key.store= > key.alias=Minetest -* To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/). +* To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/). Additionally, if the `gradlew` command is missing, `gradle` or its subcommand `gradle wrapper` can be used. -* To build on Windows, both Gradle and Gettext can be installed through [scoop](https://scoop.sh/) for easier installation Additionally. Additionally, if the `gradlew` command is missing, `gradle` or its subcommand `gradle wrapper` can be used. +* When building for Windows, both Gradle and Gettext can be installed and set up by [scoop](https://scoop.sh/) for easier installation.