Browse Source

Mention git lfs install in README

Rémi Verschelde 6 năm trước cách đây
mục cha
commit
709bbfcf87
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -19,10 +19,12 @@ You need to install the Git LFS extension on your system, so that Git can fetch
 assets from the LFS repository. It should happen automatically when using the usual
 Git commands.
 
-If you cloned this Git repository *before* installing Git LFS, you will have to fetch
-the assets manually the first time:
+If you cloned this Git repository *before* installing Git LFS, or if for any other
+reason you get errors importing .dae files in Godot, try to run those commands
+manually:
 
 ```text
+git lfs install
 git lfs fetch
 git checkout master
 ```