We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0800e3e commit 45cf4c4Copy full SHA for 45cf4c4
1 file changed
README.md
@@ -46,9 +46,11 @@ brew install get-bridge/tap/truss-cli
46
### GO
47
48
```sh
49
-go get github.com/get-bridge/truss-cli truss
+go install github.com/get-bridge/truss-cli@latest
50
```
51
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
+
54
## Usage
55
56
### Bootstrapping a Truss Deployment
0 commit comments