mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Update README.md
`apt` installs version v10 which is too old `snap` installs v16, which is fine
This commit is contained in:
committed by
Aiden McClelland
parent
e6dff4f5d2
commit
b86a68640b
@@ -19,7 +19,7 @@
|
|||||||
- Create a builder: `docker buildx create --use`
|
- Create a builder: `docker buildx create --use`
|
||||||
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
|
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
|
||||||
- Node Version 12+
|
- Node Version 12+
|
||||||
- `sudo apt install -y nodejs`
|
- `sudo snap install node`
|
||||||
- https://nodejs.org/en/docs
|
- https://nodejs.org/en/docs
|
||||||
- NPM Version 7+
|
- NPM Version 7+
|
||||||
- `sudo apt install -y npm`
|
- `sudo apt install -y npm`
|
||||||
|
|||||||
Reference in New Issue
Block a user