From 567ad77ad35f90821615f9f8579734935fdfe731 Mon Sep 17 00:00:00 2001 From: akupiec Date: Sat, 16 Jan 2021 00:53:01 +0100 Subject: [PATCH] fixup! one step to install all created postinstall hook in root package.json to trigger child installation updated README.md updated yarn.lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df186ad..d5be513c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Your goal is to produce shapes by cutting, rotating, merging and painting parts - Make sure `ffmpeg` is on your path - Install [Node.js LTS](https://nodejs.org/en/download/) and [Yarn v1](https://classic.yarnpkg.com/en/docs/install) - Install Java (required for textures) -- Run `yarn install` in the root folder +- Run `yarn` in the root folder - Then `yarn dev` - 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 [`src/js/core/config.js`](src/js/core/config.js).