diff --git a/docz/docs/09-miscellany/05-contributing.md b/docz/docs/09-miscellany/05-contributing.md index f1eba1c..c72b2c5 100644 --- a/docz/docs/09-miscellany/05-contributing.md +++ b/docz/docs/09-miscellany/05-contributing.md @@ -44,7 +44,7 @@ These instructions were tested on the following platforms: | Linux (Steam Deck Holo x64) | `linux-x64` | 2025-01-10 | | Linux (Debian Linux AArch64) | `linux-arm` | 2025-01-14 | | MacOS 14.4 (x64) | `darwin-x64` | 2024-07-12 | -| MacOS 15.2 (ARM64) | `darwin-arm` | 2025-01-27 | +| MacOS 15.2 (ARM64) | `darwin-arm` | 2025-03-07 | | Windows 10 (x64) + WSL Ubuntu | `win10-x64` | 2024-07-12 | | Windows 11 (x64) + WSL Ubuntu | `win11-x64` | 2025-01-14 | | Windows 11 (ARM) + WSL Ubuntu | `win11-arm` | 2025-02-23 | @@ -283,16 +283,19 @@ The message should state that analytics are disabled or destroyed. D) Install NodeJS. Open [the official NodeJS site](https://nodejs.org/en/download/) with a web -browser and select "Prebuilt Installer" from the Categories dropdown. +browser. -Adjust the next three dropdowns as follows: +Adjust the dropdowns as follows: +- "Get Node.js®": Select the LTS version (currently `"v22.14.0 (LTS)"`) +- "for": Select `"macOS"` -- "I want the": Select the first LTS option ("v22.11.0 (LTS)" when last tested) -- "version of Node.js for": Select "macOS" -- "running": Select "x64" for Intel Macs or "ARM64" for Apple Silicon Macs +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 -Click the green Download button to download the package. After the download -finishes, open the package and follow the steps to install NodeJS +After the download finishes, open the package and follow the steps to install NodeJS. :::note pass