From 5cdbfbfe142bfb0475ed9afa992c957cc50ae5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Artur=20Pinheiro=20Viana=20Villa=C3=A7a?= <112904295+AlgumCorrupto@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:27:47 -0300 Subject: [PATCH] Add missing info about downloading Acerola-Compute to make the project run --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f61f7de..bdd3e30 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ by Acerola * Open the Godot project manager * Click on **Import** * Navigate to where you extracted the zip file +* Create a directory at the root of the project called ``Ignored/`` +* Clone [Acerola-Compute](https://github.com/GarrettGunnell/Acerola-Compute) inside the ``Igonred/`` directory that you had just created, the final path should look like this: ``God-Machine/Ignored/Acerola-Compute/...`` * Run the godot project * Press the play button in the top right once the editor opens @@ -26,4 +28,4 @@ by Acerola ![example 1](./Examples/Example1.png) ![example 1](./Examples/Example2.png) -![example 1](./Examples/Example3.png) \ No newline at end of file +![example 1](./Examples/Example3.png)