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

@@ -71,6 +71,10 @@ ENV NODE_ENV=production
CMD ["node","dist/index.js"]
```
<Note>
The download URLs above are for x86_64 (amd64). For ARM-based VMs (e.g. Hetzner ARM, GCP Tau T2A), replace the download URLs with the appropriate ARM64 variants from each tool's release page.
</Note>
## Build and launch
```bash