From 274d671bd6f1eb1bb07b875e1e7de0931f4ef532 Mon Sep 17 00:00:00 2001 From: Dave Laird Date: Sun, 4 Jan 2026 12:12:22 -0800 Subject: [PATCH] Updated the README.md to include the step to add Go binaries to the PATH. For a non GO user it took a while to figure out what I needed to add To get gastown up and running. This should help future users. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7bc620be..9e727c39 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Multi-agent orchestrator for Claude Code. Track work with convoys; sling to agen # Install 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) gt install ~/gt --git cd ~/gt