feat: update to use core tap for gastown installation (#872)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-01-22 19:42:44 -05:00
committed by GitHub
parent 0fb3e8d5fe
commit adf41b4096
2 changed files with 8 additions and 7 deletions

View File

@@ -164,7 +164,7 @@ release:
**Homebrew (macOS/Linux):**
```bash
brew install steveyegge/gastown/gt
brew install gastown
```
**npm (Node.js):**

View File

@@ -97,9 +97,10 @@ Git-backed issue tracking system that stores work state as structured data.
```bash
# Install Gas Town
go install github.com/steveyegge/gastown/cmd/gt@latest
$ brew install gastown # Homebrew
$ go install github.com/steveyegge/gastown/cmd/gt@latest # From source
# Add Go binaries to PATH (add to ~/.zshrc or ~/.bashrc)
# If using go install, add Go binaries to PATH (add to ~/.zshrc or ~/.bashrc)
export PATH="$PATH:$HOME/go/bin"
# Create workspace with git initialization
@@ -120,11 +121,11 @@ gt mayor attach
## Quick Start Guide
### Getting Started
Run
Run
```shell
gt install ~/gt --git &&
cd ~/gt &&
gt config agent list &&
gt install ~/gt --git &&
cd ~/gt &&
gt config agent list &&
gt mayor attach
```
and tell the Mayor what you want to build!