From d4bf82a3b9661d2d6bcd2c0dd258ca3956b992fa Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 16:55:59 +0000 Subject: [PATCH] fix(docs): correct go install path in README The installation command was missing the /cmd/wisp path suffix. Since the main package is in cmd/wisp/, users need to specify the full path for go install to work correctly. Fixes #6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdbe3a5..ef0b4e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Wisp automates spec-driven development using pure bash loop Ralph in isolated [S ## Install ```bash -go install github.com/thruflo/wisp@latest +go install github.com/thruflo/wisp/cmd/wisp@latest ``` ## Setup