Browse Source

Mention git lfs install in README

Rémi Verschelde 6 years ago
parent
commit
709bbfcf87
1 changed files with 4 additions and 2 deletions
  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
 ```