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 ```