diff --git a/docz/docs/09-miscellany/05-contributing.md b/docz/docs/09-miscellany/05-contributing.md index c72b2c5..01ff044 100644 --- a/docz/docs/09-miscellany/05-contributing.md +++ b/docz/docs/09-miscellany/05-contributing.md @@ -285,14 +285,19 @@ D) Install NodeJS. Open [the official NodeJS site](https://nodejs.org/en/download/) with a web browser. -Adjust the dropdowns as follows: -- "Get Node.js®": Select the LTS version (currently `"v22.14.0 (LTS)"`) -- "for": Select `"macOS"` +![NodeJS macOS Installation](pathname:///contributing/nodejs_macos_installation.png) + +Select the following dropdown options as follows: + +1. "Get Node.js®": Select the LTS version (currently `"v22.14.0 (LTS)"`) Then scroll down to `"Or get a prebuilt Node.js® for"` section and: -- Select `"macOS"` from the first dropdown -- Select `"ARM64"` for Apple Silicon Macs or `"x64"` for Intel Macs from the second dropdown -- Click the green macOS Installer (.pkg) button to download the installer After the download finishes, open the package and follow the steps to install NodeJS. diff --git a/docz/static/contributing/nodejs_macos_installation.png b/docz/static/contributing/nodejs_macos_installation.png new file mode 100644 index 0000000..638f015 Binary files /dev/null and b/docz/static/contributing/nodejs_macos_installation.png differ