Describe Git LFS in README

This commit is contained in:
Marek S. Łukasiewicz 2025-11-05 17:42:43 +01:00
parent ec4c9c7947
commit 1be96daa3b

View file

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