Update 'README.md'

Added `git fetch` command as it seems to solve issues with incomplete clone.
feature-flyby
unfa 2021-11-16 19:38:47 +01:00
parent 2eca36a8bc
commit 9bc97e3eef
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ git lfs install
5. Pull the Git-LFS stored files (that includes the bundled Godot editor):
```
git lfs pull
git fetch
```
6. Extract the Godot editor binary:
@ -125,6 +126,7 @@ git lfs install
5. Pull the Git-LFS stored files (that includes the bundled Godot editor):
```
git lfs pull
git fetch
```
6. Extract the Godot editor binary located in `Godot` folder. The file is named `godot-windows-nightly-x86_64.zip`. You can probaly use Windows Explorer to do this.