diff --git a/README.md b/README.md
index b990640e..c27b7348 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,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 v16.14.2 ``` (LTS: Gallium supported by Electron)
-``` npm -g install yarn ```
+``` nvm install v16.16.0 ``` (LTS: Gallium supported by Electron)
+``` npm --location=global install yarn ```
+``` npm --location=global install npm@8.19.2 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```