Skip to content

Commit

Permalink
docs: add linux warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Dec 30, 2024
1 parent f6b3067 commit 134c098
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Download the [latest release's](https://github.com/gondwanasoft/wff-build-script
> [!NOTE]
> Manual installation of files in `wff-build-tools` is no longer required
> [!WARNING]
> For Linux, you must change the file's permissions to be executable:
>
> ```shell
> chmod +x build-linux
> ```
<!-- Create a `wff-build-tools` folder at the same level as your project folders (*ie*, it should be reachable via `..\wff-build-tools` from folders containing `gradlew.bat`).
Put `set-env.bat` into `wff-build-tools`. (`set-env.bat` sets Windows environment variables that may be needed by `build.bat`.)
Expand Down

0 comments on commit 134c098

Please sign in to comment.