Skip to content

Commit 45cf4c4

Browse files
committed
doc: update go install instructions
1 parent 0800e3e commit 45cf4c4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ brew install get-bridge/tap/truss-cli
4646
### GO
4747

4848
```sh
49-
go get github.com/get-bridge/truss-cli truss
49+
go install github.com/get-bridge/truss-cli@latest
5050
```
5151

52+
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`.
53+
5254
## Usage
5355

5456
### Bootstrapping a Truss Deployment

0 commit comments

Comments
 (0)