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**