From 01ae44487c870d5109b8e862f461a41299d77158 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sat, 11 Jun 2022 13:20:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3410cb64..ec5a9e55 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Easiest way to install the lastest required packages on Linux is via nvm. ``` source ~/.profile ``` (For Debian based distro)
``` source ~/.bashrc ``` (For Fedora / CentOS)
``` nvm ls-remote ``` (Fetch list of available versions)
-``` nvm install v14.17.0 ``` (Latest LTS: Fermium as of writing)
+``` nvm install v16.14.2 ``` (LTS: Gallium supported by Electron)
``` npm -g install yarn ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```