diff --git a/README.md b/README.md index 3fcec3b0..ea2cb8fc 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ 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 v18.12.1 ``` (LTS: Hydrogen supported by Electron)
+``` nvm install v18.14.0 ``` (LTS: Hydrogen supported by Electron)
``` npm --location=global install yarn@1.22.19 ```
-``` npm --location=global install npm@9.4.2 ```
+``` npm --location=global install npm@9.6.4 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```