fix: Updated setup brew command to use correct formula (#903)

This commit is contained in:
kev
2026-01-25 00:45:01 -05:00
committed by GitHub
parent 44fbd6eac7
commit 8941e7b049

View File

@@ -97,7 +97,7 @@ Git-backed issue tracking system that stores work state as structured data.
```bash ```bash
# Install Gas Town # Install Gas Town
$ brew tap steveyegge/gastown && brew install gt # Homebrew (recommended) $ brew install gastown # Homebrew (recommended)
$ npm install -g @gastown/gt # npm $ npm install -g @gastown/gt # npm
$ go install github.com/steveyegge/gastown/cmd/gt@latest # From source $ go install github.com/steveyegge/gastown/cmd/gt@latest # From source