Fix project.godot error
This commit is contained in:
parent
753f811763
commit
1067a5dcaa
1 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,7 @@ You'll need to execute all commands in your project root.
|
|||
<TabItem value="direct-develop" label="Develop branch">
|
||||
```bash
|
||||
git clone https://git.staropensource.de/StarOpenSource/CORE.git CORE
|
||||
rm -rf CORE/project.godot
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="direct-stable" label="Stable branch" default>
|
||||
|
@ -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
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="submodule-develop" label="Develop branch (submodule)">
|
||||
```bash
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/CORE.git CORE
|
||||
rm -rf CORE/project.godot
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="submodule-stable" label="Stable branch (submodule)">
|
||||
|
@ -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
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
@ -121,4 +125,4 @@ cd ..
|
|||
git submodule update
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in a new issue