docs: fix remaining install issues — stale versions, Docker TOC, ARM note, frontmatter

This commit is contained in:
Vincent Koc
2026-03-19 11:42:57 -07:00
parent 30ddeabfdc
commit e5b50ba0d5
8 changed files with 26 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ Designed for environments where you want everything under a local prefix (defaul
<Steps>
<Step title="Install local Node runtime">
Downloads a pinned supported Node tarball (currently default `22.22.0`) to `<prefix>/tools/node-v<version>` and verifies SHA-256.
Downloads a pinned supported Node LTS tarball (the version is embedded in the script and updated independently) to `<prefix>/tools/node-v<version>` and verifies SHA-256.
</Step>
<Step title="Ensure Git">
If Git is missing, attempts install via apt/dnf/yum on Linux or Homebrew on macOS.