Update README.md

This commit is contained in:
kn0wmad
2021-12-06 12:47:29 -07:00
committed by Aiden McClelland
parent 2bbb4206ea
commit b4ffcb7ab5

View File

@@ -1,6 +1,6 @@
# Building Embassy OS
⚠️ The commands given assume a Debian or Ubuntu-based environment. ⚠️
⚠️ The commands given assume a Debian or Ubuntu-based environment. *Building in a VM is NOT yet supported* ⚠️
## Prerequisites
@@ -18,10 +18,10 @@
- Setup buildx (https://docs.docker.com/buildx/working-with-buildx/)
- Create a builder: `docker buildx create --use`
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
- Node
- Node Version 12+
- `sudo apt install -y nodejs`
- https://nodejs.org/en/docs
- NPM
- NPM Version 7+
- `sudo apt install -y npm`
- https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- jq