From 8941e7b0496fffed90071cf1b72f41c9e3ebe00d Mon Sep 17 00:00:00 2001 From: kev <111622257+aghs-scepter@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:45:01 -0500 Subject: [PATCH] fix: Updated setup brew command to use correct formula (#903) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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