From 1067a5dcaa318841ca7157ff75d325f2ab496875 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 11 Feb 2024 13:20:42 +0100 Subject: [PATCH] Fix project.godot error --- docs/docs/getting-started/setting-up.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/getting-started/setting-up.mdx b/docs/docs/getting-started/setting-up.mdx index 30570cf..f32cb7b 100644 --- a/docs/docs/getting-started/setting-up.mdx +++ b/docs/docs/getting-started/setting-up.mdx @@ -31,6 +31,7 @@ You'll need to execute all commands in your project root. ```bash git clone https://git.staropensource.de/StarOpenSource/CORE.git CORE +rm -rf CORE/project.godot ``` @@ -38,11 +39,13 @@ git clone https://git.staropensource.de/StarOpenSource/CORE.git CORE git clone https://git.staropensource.de/StarOpenSource/CORE.git CORE cd CORE git checkout stable +rm -rf project.godot ``` ```bash git submodule add https://git.staropensource.de/StarOpenSource/CORE.git CORE +rm -rf CORE/project.godot ``` @@ -50,6 +53,7 @@ git submodule add https://git.staropensource.de/StarOpenSource/CORE.git CORE git submodule add https://git.staropensource.de/StarOpenSource/CORE.git CORE cd CORE git checkout stable +rm -rf project.godot ``` @@ -121,4 +125,4 @@ cd .. git submodule update ``` - \ No newline at end of file +