From 873d60b18d37f5bea944379ce509fc91b2f30874 Mon Sep 17 00:00:00 2001 From: LeopoldTal Date: Fri, 2 Oct 2020 11:23:53 +0200 Subject: [PATCH] specify path to config file in build instructions (#739) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5232e625..030f1172 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Your goal is to produce shapes by cutting, rotating, merging and painting parts - 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`. +**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). ## Helping translate