Merge pull request #109 from kiwiupover/update-readme
docs: Add Go PATH setup to README
This commit is contained in:
@@ -25,6 +25,9 @@ Multi-agent orchestrator for Claude Code. Track work with convoys; sling to agen
|
|||||||
# Install
|
# Install
|
||||||
go install github.com/steveyegge/gastown/cmd/gt@latest
|
go install github.com/steveyegge/gastown/cmd/gt@latest
|
||||||
|
|
||||||
|
# Ensure Go binaries are in your PATH (add to ~/.zshrc or ~/.bashrc)
|
||||||
|
export PATH="$PATH:$HOME/go/bin"
|
||||||
|
|
||||||
# Create workspace (--git auto-initializes git repository)
|
# Create workspace (--git auto-initializes git repository)
|
||||||
gt install ~/gt --git
|
gt install ~/gt --git
|
||||||
cd ~/gt
|
cd ~/gt
|
||||||
|
|||||||
Reference in New Issue
Block a user