From cbb7a4b8b386f2687ba88b4d1910651f1615cc2a Mon Sep 17 00:00:00 2001 From: Andriy Mykhaylyk Date: Tue, 26 May 2020 20:48:23 +0200 Subject: [PATCH] Make build setup clearer Add `git lfs pull` as an explicit step in build process --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7104404d..7e374175 100644 --- a/README.md +++ b/README.md @@ -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