Browse Source

Update README.md

pull/42/head
AlphaX-Projects 2 years ago committed by GitHub
parent
commit
01ae44487c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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) <br/> ``` source ~/.profile ``` (For Debian based distro) <br/>
``` source ~/.bashrc ``` (For Fedora / CentOS) <br/> ``` source ~/.bashrc ``` (For Fedora / CentOS) <br/>
``` nvm ls-remote ``` (Fetch list of available versions) <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/> ``` npm -g install yarn ``` <br/>
On BSD do a ``` pkg_add node followed by npm install -g yarn ``` On BSD do a ``` pkg_add node followed by npm install -g yarn ```

Loading…
Cancel
Save