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 +