From 45cf4c451488a4578fb34f0aee80412280c57baa Mon Sep 17 00:00:00 2001 From: aki-ltg Date: Tue, 17 Feb 2026 20:19:25 +0100 Subject: [PATCH] doc: update go install instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb51f1..83114ea 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,11 @@ brew install get-bridge/tap/truss-cli ### GO ```sh -go get github.com/get-bridge/truss-cli truss +go install github.com/get-bridge/truss-cli@latest ``` +This will install the `truss-cli` binary to `$GOPATH/bin` (or `$HOME/go/bin` if `GOPATH` is not set). Make sure this directory is in your `PATH`. + ## Usage ### Bootstrapping a Truss Deployment