diff --git a/README.md b/README.md index f8c6a73..ad7393b 100644 --- a/README.md +++ b/README.md @@ -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 +> ``` +