diff --git a/README.md b/README.md index 15f2f45..ecdb6ec 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ be lower in older language versions. The primary way to use this repository is as a Go library, but as a convenience it also contains a CLI tool called `terraform-config-inspect`, installed -automatically by the `go get` command above, that allows viewing module +automatically by the `go install` command above, that allows viewing module information in either a Markdown-like format or in JSON format. +You need to explicitly add `$GOBIN` to your `PATH` to run this CLI without +qualifying the full path. ```sh $ terraform-config-inspect path/to/module