From 4f4f56d0926f399dba6aa75b9222c1061a3dc5b8 Mon Sep 17 00:00:00 2001 From: Hearues Zueke Date: Mon, 6 Jul 2020 18:51:49 +0200 Subject: [PATCH] Changed in README.md in Building the instruction a bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97087812..5a5847aa 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ Your goal is to produce shapes by cutting, rotating, merging and painting parts - Run `git lfs pull` to download sound assets - Make sure `ffmpeg` is on your path - Install Node.js and Yarn -- Run `yarn` in the root folder, then run `yarn` in the `gulp/` folder -- Cd into `gulp` and run `yarn gulp` - it should now open in your browser +- Run `yarn` in the root folder +- Cd into `gulp` folder +- Run `yarn` and then `yarn gulp` - it should now open in your browser **Notice**: This will produce a debug build with several debugging flags enabled. If you want to disable them, modify `config.js`.