فهرست منبع

Mention git lfs install in README

Rémi Verschelde 6 سال پیش
والد
کامیت
709bbfcf87
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  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
 ```