From 3b344306b0af0d17cc5e06300137496d105f7871 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sat, 13 Jun 2020 10:51:00 -0400 Subject: [PATCH] README: mention Node 10 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051d0d1..6088761 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Features: ## Installation - macOS 10.9+ / Windows / Linux -- [Node.js](https://nodejs.org/) `>=8` +- [Node.js](https://nodejs.org/) `>= 10` - Optional dependencies: - [ImageMagick](http://www.imagemagick.org/) to convert icons. Make sure `convert` and `identify` are in your `$PATH`. - [Wine](https://www.winehq.org/) to package Windows apps under non-Windows platforms. Make sure `wine` is in your `$PATH`.