From b4ffcb7ab5f32dc2151e901f5db0e370b5572c90 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:47:29 -0700 Subject: [PATCH] Update README.md --- build/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/README.md b/build/README.md index 892150133..49081b2e8 100644 --- a/build/README.md +++ b/build/README.md @@ -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