From 9bc97e3eef46d0f2bb0bbfffbf69f59777e38e90 Mon Sep 17 00:00:00 2001 From: unfa Date: Tue, 16 Nov 2021 19:38:47 +0100 Subject: [PATCH] Update 'README.md' Added `git fetch` command as it seems to solve issues with incomplete clone. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 545cf74..f99e4b6 100644 --- a/README.md +++ b/README.md @@ -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.