Describe Git LFS in README
This commit is contained in:
parent
ec4c9c7947
commit
1be96daa3b
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue