From 9da38f76040fa9314e8b041c1b13e5abab92ce06 Mon Sep 17 00:00:00 2001 From: zancas Date: Thu, 16 Mar 2023 17:04:47 -0600 Subject: [PATCH] add note to explain nvm on Arch --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c04732e1..71f4c4f9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ You need to have the following software installed before you can build Zingo PC * [Yarn](https://yarnpkg.com) * [Rust v1.40 or higher](https://www.rust-lang.org/tools/install) +NOTE: To ensure node 16.16 on Arch: +paru -S nvm +And follow "Alternate Installations" for 16.16 https://wiki.archlinux.org/title/node.js_ I.E.: + +``` +nvm install 16.16 +nvm use 16.16 +``` + + + ``` git clone https://github.com/zingolabs/zingo-pc.git cd zingo-pc