1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Improve wording on gradle command note

This commit is contained in:
Medley 2025-02-18 12:46:47 +01:00 committed by GitHub
parent ac6b3304a9
commit e995127bac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ automatically. Or you can create a `local.properties` file and specify
> key.alias=Minetest > key.alias=Minetest
* To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/) (Also available through [scoop](https://scoop.sh/), * To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/) (Also available through [scoop](https://scoop.sh/),
for easier installation). Additionally, the `gradle` command can be used instead of `gradlew`. for easier installation). Additionally, if the `gradlew` command is missing, `gradle wrapper` or `gradle` can be used.