From a28b3d62f91e2a11b83027688412aee1d5a9c989 Mon Sep 17 00:00:00 2001 From: Marc Baeuerle Date: Wed, 27 Nov 2024 14:40:27 -0800 Subject: [PATCH] README.md development setup for apple silicon and others (#1454) * Update: README.md development setup for apple silicon * Update README.md removed yarn from development setup * fix: README.md development setup numbers * Update README.md --------- Co-authored-by: Dominik Moritz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 308bf6c2a..346e23ada 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Inside your working copy ... 1. Install the dependencies: `$ npm install` + * If you are running into issues with installing canvas, follow the [canvas installation guide](https://github.com/Automattic/node-canvas?tab=readme-ov-file#installation). 2. Launch the local web server: `$ npm start`