Commit Graph

5 Commits

Author SHA1 Message Date
Christian Visintin 7c4bcbc95e feat(install): add Windows PowerShell installer and copy buttons on site
Add install.ps1 mirroring install.sh for Windows: arch detection,
release zip download, binary extraction, user PATH update.

- copy install.ps1 to site public/ at build time (copy-install.mjs)
- serve /install.ps1 with text/plain Content-Type (vercel.json)
- add PowerShell one-liner to install page and README
- bump install.ps1 default version in bump_version.sh
- add CopyButton component next to every install command line
2026-06-07 23:04:39 +02:00
Christian Visintin 62e2746f75 build(site): copy install.sh from repo root at build time (single source) 2026-06-07 22:10:52 +02:00
Christian Visintin 3186b73f3f refactor(site): drop in-site manual, link to external docs.termscp.rs 2026-06-07 21:59:31 +02:00
Christian Visintin 24f9735b80 fix(site): robust man-fetch invocation guard, add timeout+retry 2026-06-07 21:34:01 +02:00
Christian Visintin bf641f056e feat(site): build-time man.md fetcher pinned to release ref 2026-06-07 21:30:23 +02:00