Skip to content

Commit b804861

Browse files
nicksenapclaude
andcommitted
Add Homebrew install instructions to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3dbbb98 commit b804861

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ Git worktree workspace orchestrator. One command creates a workspace folder with
44

55
## Install
66

7+
### Homebrew
8+
9+
```bash
10+
brew tap nicksenap/grove
11+
brew install grove
12+
```
13+
14+
### From source
15+
716
```bash
817
uv tool install .
9-
eval "$(gw shell-init)" # add to .zshrc
1018
```
1119

20+
Then add shell integration to your `.zshrc` (or `.bashrc`):
21+
22+
```bash
23+
eval "$(gw shell-init)"
24+
```
25+
26+
This enables `gw go` to change your working directory.
27+
1228
## Usage
1329

1430
```bash
@@ -29,4 +45,4 @@ gw delete my-feature # clean up
2945

3046
## Requirements
3147

32-
Python 3.12+
48+
Python 3.12+ (installed automatically by Homebrew)

0 commit comments

Comments
 (0)