ソースを参照

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
 ```