Update README.md

This commit is contained in:
AlphaX-Projects 2022-06-11 13:20:44 +02:00 committed by GitHub
parent 8b22b603b2
commit 01ae44487c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Easiest way to install the lastest required packages on Linux is via nvm.
``` source ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <br/>
``` nvm install v14.17.0 ``` (Latest LTS: Fermium as of writing) <br/>
``` nvm install v16.14.2 ``` (LTS: Gallium supported by Electron) <br/>
``` npm -g install yarn ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ```