From 25205d6c67de746bb3bb546d1401b14b4c5f27bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmo=20Andr=C3=A9?= Date: Wed, 8 Jan 2025 20:37:09 -0300 Subject: [PATCH] Fixed installation requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756a2694c..f742a175f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Usage #### Requirements * Coin daemon(s) (find the coin's repo and build latest version from source) -* [Node.js](http://nodejs.org/) v0.10+ ([follow these installation instructions](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)) +* [Node.js](http://nodejs.org/) > v0.10 <= v12.XX ([follow these installation instructions](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)) * [Redis](http://redis.io/) key-value store v2.6+ ([follow these instructions](http://redis.io/topics/quickstart)) ##### Seriously