Added git submodule commands to "How to install"

This commit is contained in:
JeremyStar™ 2023-03-19 13:37:47 +01:00
parent b81cf59226
commit 4970a74553

View file

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