From 8894635ce2c3df10295ad7365670e1a5d0e48a46 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Wed, 19 Jun 2024 16:08:07 -0700 Subject: [PATCH] update installation info in readme --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index cdf5c73ed..1bd9c634e 100644 --- a/Readme.md +++ b/Readme.md @@ -11,9 +11,14 @@ node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation $ npm install canvas ``` -By default, binaries for macOS, Linux and Windows will be downloaded. If you want to build from source, use `npm install --build-from-source` and see the **Compiling** section below. +By default, pre-built binaries will be downloaded if you're on one of the following platforms: +- macOS x86/64 (*not* Apple silicon) +- Linux x86/64 (glibc only) +- Windows x86/64 -The minimum version of Node.js required is **10.20.0**. +If you want to build from source, use `npm install --build-from-source` and see the **Compiling** section below. + +The minimum version of Node.js required is **18.12.0**. ### Compiling