From 134c098e828bcd300bc8612e2a0334da282c3a05 Mon Sep 17 00:00:00 2001 From: Turtlepaw <81275769+Turtlepaw@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:42:15 -0500 Subject: [PATCH] docs: add linux warning --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +> ``` +