Skip to content

Commit

Permalink
Merge pull request #1 from zancas/dev_refactoring
Browse files Browse the repository at this point in the history
add note to explain nvm on Arch
  • Loading branch information
juanky201271 authored Mar 17, 2023
2 parents a994417 + 9da38f7 commit f92b38c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ You need to have the following software installed before you can build Zingo PC
* [Yarn](https://yarnpkg.com)
* [Rust stable/nightly version](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
Expand Down

0 comments on commit f92b38c

Please sign in to comment.