diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-04-14 18:50:39 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-04-14 18:50:39 +0200 |
commit | 8fe089c43013d238b05326dd1a10616b31c150a0 (patch) | |
tree | eac3e12f1e1aab71e65bb47cbeaa2fcc09dd54ff | |
parent | 9e99050cc93f4f482e70c218eb99c004d74a66d1 (diff) |
Add warning for Arch users to avoid the Arch package
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ For detailed instructions, view the Contributor Quickstart Guide [here](docs/con * [Godot 4.2.1](https://github.com/godotengine/godot/releases/tag/4.2.1-stable) * [scons](https://scons.org/) +> [!WARNING] +> If you are using Arch Linux, do not use the Arch repo package, it is known to break under some GDExtensions, use the official release file. + See [System Requirements](docs/contribution/system-requirements.md). ## Repo Setup |