Update README.md

`apt` installs version v10 which is too old
`snap` installs v16, which is fine
This commit is contained in:
Chris Guida
2021-12-13 11:58:47 -06:00
committed by Aiden McClelland
parent e6dff4f5d2
commit b86a68640b

View File

@@ -19,7 +19,7 @@
- Create a builder: `docker buildx create --use`
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
- Node Version 12+
- `sudo apt install -y nodejs`
- `sudo snap install node`
- https://nodejs.org/en/docs
- NPM Version 7+
- `sudo apt install -y npm`