From 8bc00c2e7e4a15f0e0b984fec1957e26aa3a79f2 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:44:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 456ecc3..a3f7c50 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Search on Google for nginx-setting This will install the latest nodejs - $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - + $ curl -sL https://deb.nodesource.com/setup_19.x | sudo -E bash - $ sudo apt-get install -y nodejs ### Run core-geth @@ -152,7 +152,7 @@ The frontend is a single-page Ember.js application that polls the pool API to re Install nodejs. I suggest using LTS version >= 4.x from https://github.com/nodesource/distributions or from your Linux distribution or simply install nodejs on Ubuntu Xenial 16.04. -> NOTE: at this point keep your nodejs version <= 10.x. +> NOTE: at this point keep your nodejs version <= 19.x. The frontend is a single-page Ember.js application that polls the pool API to render miner stats.