Compare commits

..

2 Commits

Author SHA1 Message Date
Wilson E. Alvarez 17c651b6b7
Merge 05a28f5adb into 17872e7048 2024-12-17 22:53:40 +03:00
Serhii Snitsaruk 17872e7048
Fix broken syntax in docs 2024-12-16 22:19:54 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Compiling as module of the Godot Engine
git checkout 4.3-stable # Replace "4.3-stable" with the latest stable tag
git clone https://github.com/limbonaut/limboai modules/limboai
Consult the `Godot Engine documentation <https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html>`_~
Consult the `Godot Engine documentation <https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html>`_
for detailed instructions on building the engine.
**Unit tests** can be compiled using the ``tests=yes`` build option. To execute them,