Skip to content

Commit 3bcb2f9

Browse files
withkynamclaude
andcommitted
docs(install): document Windows path (Git Bash / WSL) — v3.2.5
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent da3b112 commit 3bcb2f9

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to vibecode-pro-max-kit are documented in this file.
44

5+
## [3.2.5] - 2026-06-21
6+
7+
### Docs
8+
9+
- **Windows install guidance.** Users running the `curl … install.sh | bash` one-liner in PowerShell/`cmd.exe` hit an immediate failure because the installer is a bash script. The script itself already supports Windows shells (it detects `OSTYPE=msys*`/`cygwin*`/WSL, falls back from symlinks to copying when Developer Mode is off, and `.gitattributes` enforces `eol=lf` so shebangs never CRLF-corrupt) — the gap was purely documentation: the README listed only `macOS / Linux / WSL` and never mentioned **Git Bash**, which ships with Git for Windows and runs the existing command as-is. Added an explicit Windows section to the install prerequisites: run inside Git Bash or WSL (not PowerShell/cmd), with a note that symlink → copy fallback is automatic and Developer Mode enables true symlinks. No script changes.
10+
511
## [3.2.4] - 2026-06-20
612

713
### Fixed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<a href="LICENSE"><img src="https://img.shields.io/github/license/withkynam/vibecode-pro-max-kit" alt="License"></a>
8989
<a href="https://github.com/withkynam/vibecode-pro-max-kit/graphs/contributors"><img src="https://img.shields.io/github/contributors/withkynam/vibecode-pro-max-kit" alt="Contributors"></a>
9090
<a href="https://github.com/withkynam/vibecode-pro-max-kit/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/withkynam/vibecode-pro-max-kit/validate.yml" alt="CI"></a>
91-
<a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-3.2.4-2EA043" alt="Version"></a>
91+
<a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-3.2.5-2EA043" alt="Version"></a>
9292
<img src="https://img.shields.io/badge/agents-15-orange" alt="Agents">
9393
<img src="https://img.shields.io/badge/skills-33-purple" alt="Skills">
9494
<img src="https://img.shields.io/badge/hooks-10-blue" alt="Hooks">
@@ -138,7 +138,9 @@
138138

139139
## ⚡ Get Started — One Command, 30 Seconds
140140

141-
> **Prerequisites:** Node.js ≥ 22, git, bash (macOS / Linux / WSL; on Alpine: `apk add bash`).
141+
> **Prerequisites:** Node.js ≥ 22, git, bash (macOS / Linux / WSL / **Git Bash**; on Alpine: `apk add bash`).
142+
>
143+
> **Windows:** the installer is a bash script — run it inside **Git Bash** (ships with [Git for Windows](https://git-scm.com/download/win)) or **WSL**, *not* PowerShell or `cmd.exe`. Both work out of the box: the installer detects Windows shells and, when symlinks aren't permitted, automatically falls back to copying (install still completes). For true symlinks (so Codex auto-reflects `vc-update` changes), [enable Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development).
142144
143145
**There is only one command, and it works for everyone.** Run it inside your project folder. It detects whether you are a new or returning user, installs safely without overwriting your files, and then *tells you the exact next thing to say.*
144146

vc-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.4",
2+
"version": "3.2.5",
33
"include": [
44
".claude/agents/**",
55
".claude/skills/**",

0 commit comments

Comments
 (0)