Skip to content

Commit 8395ea3

Browse files
nicksenapclaude
andcommitted
Remove PyPI install option and add upgrade instructions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77d6749 commit 8395ea3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ brew install --cask nicksenap/grove/grove-go
2828
brew install nicksenap/grove/grove
2929
```
3030

31-
### PyPI
32-
33-
```bash
34-
pipx install gw-cli
35-
# or
36-
pip install gw-cli
37-
```
38-
3931
### From source (Go)
4032

4133
```bash
@@ -48,6 +40,12 @@ cd go && go build -o gw . && mv gw /usr/local/bin/
4840
uv tool install .
4941
```
5042

43+
### Upgrading
44+
45+
```bash
46+
brew upgrade --cask nicksenap/grove/grove-go
47+
```
48+
5149
Then add shell integration to your `.zshrc` (or `.bashrc`):
5250

5351
```bash

0 commit comments

Comments
 (0)