diff --git a/Readme.md b/Readme.md index 1bd9c634e..1a38bdaea 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,13 @@ node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation for [Node.js](http://nodejs.org). +> [!TIP] +> **v3.0.0-rc2 is now available for testing on Linux and Windows!** It's the first version +> to use N-API and prebuild-install. Please give it a try and let us know if you run into any issues. +> ```sh +> npm install canvas@next +> ``` + ## Installation ```bash