diff --git a/README.md b/README.md index 02a93a20..a81e8f38 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Easiest way to install the lastest required packages on Linux is via nvm. ``` nvm ls-remote ``` (Fetch list of available versions)
``` nvm install v16.17.1 ``` (LTS: Gallium supported by Electron)
``` npm --location=global install yarn@1.22.19 ```
-``` npm --location=global install npm@9.2.0 ```
+``` npm --location=global install npm@9.3.0 ```
On BSD do a ``` pkg_add node followed by npm install -g yarn ```