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:
11
README.md
11
README.md
@@ -4,10 +4,15 @@ A bash-compatible shell for Windows, written in Go. Runs natively as a single `.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Download the latest release zip and extract it.
|
**Build first**, then run the installer:
|
||||||
2. Double-click **`install.bat`**.
|
|
||||||
|
|
||||||
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\`
|
- Copies `bash.exe` to `%LOCALAPPDATA%\Programs\BashForWindows\`
|
||||||
- Adds it to your user **PATH**
|
- Adds it to your user **PATH**
|
||||||
- Registers a **"Bash for Windows"** profile in Windows Terminal so it shows up in the `+` dropdown
|
- Registers a **"Bash for Windows"** profile in Windows Terminal so it shows up in the `+` dropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user