Fix install instructions: build from source first, no release yet

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cametendo
2026-05-26 13:10:50 +02:00
parent 3b502f5516
commit 66cf9f15d2

View File

@@ -4,10 +4,15 @@ A bash-compatible shell for Windows, written in Go. Runs natively as a single `.
## Install
1. Download the latest release zip and extract it.
2. Double-click **`install.bat`**.
**Build first**, then run the installer:
That's it. The installer:
```bash
./build.sh --release # produces release/bash.exe + installer scripts
```
Copy the `release/` folder to your Windows machine, then double-click **`install.bat`**.
The installer:
- Copies `bash.exe` to `%LOCALAPPDATA%\Programs\BashForWindows\`
- Adds it to your user **PATH**
- Registers a **"Bash for Windows"** profile in Windows Terminal so it shows up in the `+` dropdown