From 4f3d5b0c62b404ec0783161ea4ccf38d44299fbf Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:19:16 -0600 Subject: [PATCH] Update README.md --- build/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build/README.md b/build/README.md index 6430d680c..9f1394c2b 100644 --- a/build/README.md +++ b/build/README.md @@ -21,16 +21,19 @@ - Create a builder: `docker buildx create --use` - Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8` - Node Version 12+ - - `sudo snap install node` + - snap: `sudo snap install node` + - [nvm](https://github.com/nvm-sh/nvm#installing-and-updating): `nvm install --lts` - https://nodejs.org/en/docs - NPM Version 7+ - - `sudo apt install -y npm` + - apt: `sudo apt install -y npm` + - [nvm](https://github.com/nvm-sh/nvm#installing-and-updating): `nvm install --lts` - https://docs.npmjs.com/downloading-and-installing-node-js-and-npm - jq - `sudo apt install -y jq` - https://stedolan.github.io/jq - yq - - `sudo snap install yq` + - snap: `sudo snap install yq` + - binaries: https://github.com/mikefarah/yq/releases/ - https://mikefarah.gitbook.io/yq 2. Clone the latest repo with required submodules