From e6e1bc06d441577cd8fd78c398d8ddd77f343e33 Mon Sep 17 00:00:00 2001 From: Demorome Date: Wed, 22 Jul 2026 17:47:17 -0300 Subject: [PATCH] Update README.md: Add setup instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cad22cd..4a3ef0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -Tests include: +# Setup +[MoonWorks](https://github.com/MoonsideGames/MoonWorks) will need to be separately installed, in the same parent directory as wherever you place this repository. + +The MoonWorks native dependencies, placed in a folder called `moonlibs`, will also need to be installed in the same parent directory.
+These can be obtained in pre-compiled form through a link in the MoonWorks README. + +Example folder hierarchy: +``` +(...)/Code/MoonWorks +(...)/Code/MoonWorksGraphicsTest +(...)/Code/moonlibs +``` + +# Tests Included **ClearScreen**