Make build setup clearer

Add `git lfs pull` as an explicit step in build process
This commit is contained in:
Andriy Mykhaylyk 2020-05-26 20:48:23 +02:00
parent 627231075d
commit cbb7a4b8b3
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ You can already play it [here](https://shapez.io).
## Building
- Make sure git `git lfs` extension is on your path
- Run `git lfs pull` to download sound assets
- Make sure `ffmpeg` is on your path
- Install Yarn and Node.js 10
- Run `yarn` in the root folder, then run `yarn` in the `gulp/` folder