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