mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
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.
This commit is contained in:
parent
dfc8e281e6
commit
5e2731f933
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@ automatically. Or you can create a `local.properties` file and specify
|
||||||
> key.store=<path to your keystore>
|
> key.store=<path to your keystore>
|
||||||
> key.alias=Minetest
|
> 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue