diff --git a/README.md b/README.md index c9289ca..2c4ca5a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Named in this order so not everything starts with the same word. ## Development +The asset files like textures and models are very big, so the project also uses [Git Large File Storage](https://git-lfs.com/). +Once installed, it should work correctly with usual `git` commands but you may need to run this if you install it after cloning the repository: + +```sh +git lfs pull +``` + This repository uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules), to get all the code you need to run either: ```sh