From 4970a745534771e41ed4b9b641aa8dc167577a38 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 Mar 2023 13:37:47 +0100 Subject: [PATCH] Added git submodule commands to "How to install" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6a189..1d2185b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ CORE is only useful for new projects. Already existing projects could break beca - Logging should be handled using the CORE logger # How to install -- Clone CORE into your project root using `git clone https://git.staropensource.de/StarOpenSource/core.git CORE` +- Clone CORE into your project root using `git clone https://git.staropensource.de/StarOpenSource/core.git CORE` \ + **NOTE:** Please execute `git submodule init` and then `git submodule add https://git.staropensource.de/staropensource/core.git CORE` instead if you are using a git repository for your app/game already. - Remove any autoload singletons - Add three scripts to your autoload: | Name | Path |